You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2024-10-23T20:01:59.169Z error graph/graph.go:426 Failed to start component {"error": "listen tcp 127.0.0.1:4433: bind: address already in use", "type": "Receiver", "id": "awsfirehose/cwmetrics"}
In order to workaround this issue, I have to use two different endpoints, one for metrics and one for logs.
I would like to have a single endpoint to ingest both metrics and logs.
Describe the solution you'd like
We should be able to check what does the request from Firehose looks like and figure out if it's logs or metrics, if it's JSON format metrics or OTEL1.0 format metrics and then apply the right marshaling.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Component(s)
receiver/awsfirehose
Is your feature request related to a problem? Please describe.
When trying to ingest both logs and metrics from Firehose, I tried with two receivers configured with the same endpoint:
This gave me an error:
In order to workaround this issue, I have to use two different endpoints, one for metrics and one for logs.
I would like to have a single endpoint to ingest both metrics and logs.
Describe the solution you'd like
We should be able to check what does the request from Firehose looks like and figure out if it's logs or metrics, if it's JSON format metrics or OTEL1.0 format metrics and then apply the right marshaling.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: