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

Open Telemetry Exporters #11

Merged
merged 14 commits into from Nov 18, 2022

Conversation

NielsPilgaard
Copy link
Contributor

This PR configures OpenTelemetry to export spans using the OTLP Exporter.
The exported spans can be picked up by Jaeger.

Documentation for running both Jaeger and Prometheus locally have been added, and a prometheus.yml that configures Prometheus to scrape docker.host.internal:5000.

Please let me know if there's anything you'd like me to do differently.

Resolves #10

@NielsPilgaard NielsPilgaard marked this pull request as ready for review November 13, 2022 22:27
@davidfowl
Copy link
Owner

This is awesome! Thanks @NielsPilgaard!

@NielsPilgaard
Copy link
Contributor Author

So, how do we proceed from here? 😄

@davidfowl
Copy link
Owner

I think we leave in the instructions, the infra code and comment out the exporter wire up code.

README.md Show resolved Hide resolved
@NielsPilgaard
Copy link
Contributor Author

I think we leave in the instructions, the infra code and comment out the exporter wire up code.

Prometheus too?

@davidfowl
Copy link
Owner

davidfowl commented Nov 18, 2022

Prometheus too?

That can stay since it's pull not push.

@davidfowl davidfowl merged commit f947c99 into davidfowl:main Nov 18, 2022
@davidfowl
Copy link
Owner

Thanks @NielsPilgaard !

@NielsPilgaard NielsPilgaard deleted the open-telemetry-exporters branch November 18, 2022 22:42
@NielsPilgaard
Copy link
Contributor Author

My pleasure, I'm glad to have contributed :D

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.

Open Telemetry Exporters
2 participants