Skip to content

Monitor tab has no data even though the spans appear in search tab #6205

Discussion options

You must be logged in to vote

@yurishkuro

After multiple attempts, these are my Yml scripts now;
,
,
,
jaeger.yml

services:
  jaeger:
    image: "jaegertracing/all-in-one:1.62.0"
    environment:
      - "METRICS_STORAGE_TYPE=prometheus"
      - "PROMETHEUS_SERVER_URL=http://prometheus:9090"
      - "PROMETHEUS_QUERY_NORMALIZE_CALLS=true"
      - "PROMETHEUS_QUERY_NORMALIZE_DURATION=true"
    ports:
      - "4317:4317"
      - "16686:16686"
    networks:
      - "backend"
    restart: "on-failure"
##############################################################
  otel:
    image: "otel/opentelemetry-collector-contrib:0.112.0"
    volumes:
      - "./otel.yml:/etc/otelcol/otel.yml"
    command: "--config /etc/otelcol/ote…

Replies: 11 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
4 replies
@putthiwat0cha
Comment options

@yurishkuro
Comment options

@putthiwat0cha
Comment options

@yurishkuro
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@putthiwat0cha
Comment options

Answer selected by putthiwat0cha
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
2 participants
Converted from issue

This discussion was converted from issue #6199 on November 12, 2024 17:08.