Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Ported instrumentation from OpenTracing to OpenTelemetry #877

Open
jkowall opened this issue Sep 28, 2021 · 1 comment
Open

Ported instrumentation from OpenTracing to OpenTelemetry #877

jkowall opened this issue Sep 28, 2021 · 1 comment

Comments

@jkowall
Copy link

jkowall commented Sep 28, 2021

I wanted to share that we have implemented and improved the instrumentation for the demo app. We did this mostly so that we could do better demos of the application than how opentracing works in this repo today. As many of you know OpenTracing is frozen and OpenTelemetry is where the future of instrumentation is.

We would be happy to donate it upstream. Right now this lives in our repo. https://github.com/logzio/microservices-demo

In this new repo we have added in our deployment markers, which can be replaced by other such simple APIs, and we've included a simple configuration for the proper OpenTelemetry exporter, but you can substitute it with any exporter.

Let me know if you have questions or comments.

@jkowall
Copy link
Author

jkowall commented Sep 28, 2021

I should also mention that we added Prometheus support with remote write for the app metrics! Pointed to our service for now, but easily swapped for any other backend.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant