Facing issue with Fetching Metrics while integrating Port for metrics collector with OTLP #3689
Replies: 1 comment
-
Please reopen this discussion as an issue, make sure to add all the relevant information that can help us understand what is going on here. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
We are trying to update the config.yaml of edge device configuration as below to integrate the OTLP metrics collector to export the logs to Azure Monitor which is giving us error. Need help in exporting the metrics collector to default 4317 GRPC port
otel-collector-config.yaml
receivers:
Data sources: traces, metrics, logs
otlp:
protocols:
grpc:
endpoint: 0.0.0.0:4317
http:
endpoint: 0.0.0.0:4318
processors:
Data sources: traces, metrics, logs
batch:
exporters:
Data sources: metrics
prometheusremotewrite:
endpoint: "9600"
external_labels:
team: foo
env: bar
service:
pipelines:
metrics:
receivers: [otlp]
processors: [batch]
exporters: [prometheusremotewrite]
Beta Was this translation helpful? Give feedback.
All reactions