Skip to content

Problems with integration with opentelemetry collector #4053

Answered by joe-elliott
Ventura94 asked this question in Q&A
Discussion options

You must be logged in to vote

With this config Tempo will open trace ingestion on the standard otel ports:

distributor:
  receivers:                           # this configuration will listen on all ports and protocols that tempo is capable of.
    otlp:
      protocols:
        http:
        grpc:

For, GRPC that is 4318:

https://github.com/open-telemetry/opentelemetry-collector/tree/main/receiver/otlpreceiver#getting-started

This GRPC config:

server:
  grpc_listen_port: 9095

is for Tempo's internal GRPC communications and is unrelated to otel proto ingestion.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@polygbrl
Comment options

@joe-elliott
Comment options

@polygbrl
Comment options

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