Skip to content

Create example configuration for jaeger-query v2 #6683

Open
@yurishkuro

Description

Per https://github.com/orgs/jaegertracing/discussions/6682

Jaeger query as a role does not require the ingestion pipeline, only the query service, but the OTEL Collector architecture does not support that, it requires a minimum pipeline. OTEL Collector does provide nop receiver and exporter that can be used to define a dummy pipeline, but we did not import them in our components.go

  • import nop receiver and exporter
  • create a sample query service configuration
  • extend our e2e integration tests to exercise this new configuration (the ci-crossdock.yml already does it but with v1 components, we can extend it to do v2)
  • update documentation website to explain the configuration

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    documentationgood first issueGood for beginnershelp wantedFeatures that maintainers are willing to accept but do not have cycles to implementv2

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions