Skip to content

SPM doesn't show data #3761

Answered by albertteoh
vitalykarasik asked this question in Q&A
Jun 16, 2022 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

The components you need are:

  • OpenTelemetry Collector that will receive traces, with its pipeline configured (example) with:
    • spanmetrics processor
    • prometheus exporter (pointing to the prometheus component below)
  • Prometheus-compatible server that will receive metrics from OpenTelemetry Collector.
  • Jaeger-query that will read metrics from the Prometheus-compatible server above.

You'll then need to send spans to OpenTelemetry collector and metrics should be visible in the SPM view of Jaeger UI.

Technically, jaeger-collector is not necessary at all to view metrics in SPM.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@vitalykarasik
Comment options

@albertteoh
Comment options

Answer selected by vitalykarasik
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants