Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support grpc reflection #369

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

mlindes
Copy link

@mlindes mlindes commented Nov 27, 2024

This enables support for gRPC reflection.

When running otel-cli server tui in one terminal, from another, use grpCurl to query the otel-cli endpoint at localhost:4317

» grpcurl -plaintext localhost:4317 list
grpc.reflection.v1.ServerReflection
grpc.reflection.v1alpha.ServerReflection
opentelemetry.proto.collector.trace.v1.TraceService

without this, an error is received:

Failed to dial target host "localhost:4317": dial tcp [::1]:4317: connect: connection refused

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant