Comment on How we configured OpenTelemetry logs in RailsComments−willcodeforfoo12dWould love to see what people are doing to visualize in Grafana.−madduci11dIf you are using the OtelCollector, you can export logs to Grafana Loki, to have them visualisedsee: https://grafana.com/docs/loki/latest/send-data/otel/−__vivekOP11dRight now we mostly use it for log-to-trace navigation and basic service health metrics (like error rates, p95 latency, and overall request volume).
Comments
Would love to see what people are doing to visualize in Grafana.
If you are using the OtelCollector, you can export logs to Grafana Loki, to have them visualised
see: https://grafana.com/docs/loki/latest/send-data/otel/
Right now we mostly use it for log-to-trace navigation and basic service health metrics (like error rates, p95 latency, and overall request volume).