-
Trying to learn a bit about telemetry and logging, and poking around the Quarkus guides seems to indicate https://quarkus.io/guides/observability-devservices-lgtm is a good place to start. I tried to directly incorporate these instructions into my production project and wasn't able to get it working, so decided to start a minimum build on the side first, with hope that this might eventually be useful for quarkus-quickstarts. If following guides like https://quarkus.io/guides/opentelemetry is recommended instead, I will switch over to that. My ultimate goal is to either use something like Grafana Cloud or Sentry to facilitate telemetry and logging. Not particularly attached to any given provider at the moment. Current project: https://github.com/jfslin/quarkus-observability Procedure:
Then manually added to
Dev services properly loads the grafana endpoint, as noted in the documents:
Now, if I attempt to go to the endpoint
Some searching suggest that I sent Then, attempting the implement the next part of the example (Testing full Grafana OTel LGTM stack - example), which I am assuming is needed to hook up the data transmission (since the Grafana dev-endpoint tells me there's no data), I am not able to find:
|
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
\CC @alesj |
Beta Was this translation helpful? Give feedback.
-
This should explain a few things Atm tracing doesn't work ootb -- we have some config issues. The "missing" classes are here (see also "support" sub-folder) HTH |
Beta Was this translation helpful? Give feedback.
-
@alesj Thank you. Using the classes, pom, and application.properties settings from your links, I was able to compile. Other than the span/trace errors (ie
I get (with
Next, I will try to get the trace/span stuff working... I'm not sure if I follow the content of the |
Beta Was this translation helpful? Give feedback.
This should explain a few things
Atm tracing doesn't work ootb -- we have some config issues.
But if you would set the right endpoints and protocol explicitly it should work.
The "missing" classes are here (see also "support" sub-folder)
HTH