Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OpenTelemetry sample #18

Merged
merged 4 commits into from
Oct 28, 2022
Merged

OpenTelemetry sample #18

merged 4 commits into from
Oct 28, 2022

Conversation

cretz
Copy link
Member

@cretz cretz commented Sep 19, 2022

What was changed

Add OpenTelemetry sample

Checklist

  1. Closes Sample request: OpenTelemetry #12

metrics:
receivers: [otlp]
exporters: [logging]
processors: [batch]

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

newline?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not following exactly, but definitely no need for a newline at the end of the YAML file (also no harm either of course)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah not need, just some things complain like github complain if there is no newline at the end of a file

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think it's more of a "notice" than a complaint (same with git diff in general since humans can't otherwise tell)

To run, first see [README.md](../README.md) for prerequisites. Then run the following to start a Jaeger container to
view the trace results:

docker run -d --name jaeger \

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

does a user need to install this container separately?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, the container is automatically downloaded if not present by docker

Copy link

@Quinn-With-Two-Ns Quinn-With-Two-Ns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me, just a few small question

@cretz cretz merged commit 42613a0 into temporalio:main Oct 28, 2022
@cretz cretz deleted the opentelemetry branch October 28, 2022 16:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Sample request: OpenTelemetry
2 participants