Closed NielsPilgaard closed 2 years ago
This is awesome! Thanks @NielsPilgaard!
So, how do we proceed from here? 😄
I think we leave in the instructions, the infra code and comment out the exporter wire up code.
I think we leave in the instructions, the infra code and comment out the exporter wire up code.
Prometheus too?
Prometheus too?
That can stay since it's pull not push.
Thanks @NielsPilgaard !
My pleasure, I'm glad to have contributed :D
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 scrapedocker.host.internal:5000
.Please let me know if there's anything you'd like me to do differently.
Resolves #10