Skip to content

"error": "not retryable error: Permanent error: rpc error: code = Unimplemented desc = unknown service opentelemetry.proto.collector.metrics.v1.MetricsService" #32212

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

Closed
jicki opened this issue Apr 7, 2024 · 2 comments
Labels
bug Something isn't working needs triage New item requiring triage

Comments

@jicki
Copy link

jicki commented Apr 7, 2024

Component(s)

No response

What happened?

Description

2024-04-07T07:14:42.322Z        error   exporterhelper/queue_sender.go:101      Exporting failed. Dropping data.        {"kind": "exporter", "data_type": "metrics", "name": "otlp/jaeger", "error": "not retryable error: Permanent error: rpc error: code = Unimplemented desc = unknown service opentelemetry.proto.collector.metrics.v1.MetricsService", "dropped_items": 359}
go.opentelemetry.io/collector/exporter/exporterhelper.newQueueSender.func1
        go.opentelemetry.io/collector/[email protected]/exporterhelper/queue_sender.go:101
go.opentelemetry.io/collector/exporter/internal/queue.(*boundedMemoryQueue[...]).Consume
        go.opentelemetry.io/collector/[email protected]/internal/queue/bounded_memory_queue.go:57
go.opentelemetry.io/collector/exporter/internal/queue.(*Consumers[...]).Start.func1
        go.opentelemetry.io/collector/[email protected]/internal/queue/consumers.go:43

Steps to Reproduce

update v0.97.0

Expected Result

Actual Result

Collector version

v0.97.0

Environment information

Environment

OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

OpenTelemetry Collector configuration

No response

Log output

No response

Additional context

No response

@jicki jicki added bug Something isn't working needs triage New item requiring triage labels Apr 7, 2024
@Frapschen
Copy link
Contributor

@jicki From the log info, you tried to send metrics to jaeger, I think jaeger does not support receiving metrics, it only support receiving OTLP Trace.

@jicki
Copy link
Author

jicki commented Apr 7, 2024

@jicki From the log info, you tried to send metrics to jaeger, I think jaeger does not support receiving metrics, it only support receiving OTLP Trace.

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working needs triage New item requiring triage
Projects
None yet
Development

No branches or pull requests

2 participants