Skip to content

document how to enable tracing #187

@butonic

Description

@butonic

run jaeger all in one as per https://www.jaegertracing.io/docs/2.4/getting-started/

docker run --rm --name jaeger \
  -p 16686:16686 \
  -p 4317:4317 \
  -p 4318:4318 \
  -p 5778:5778 \
  -p 9411:9411 \
  jaegertracing/jaeger:2.4.0

set these env vars

          // tracing
          "OC_TRACING_ENABLED": "true",
          "OC_TRACING_TYPE": "otlp",
          "OC_TRACING_ENDPOINT": "localhost:4317",

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions