newrelic-experimental / gitlab

Gitlab exporters to send metrics,logs,traces to New Relic
9 stars 6 forks source link

Issue exporting pipeline data from Gitlab on prem to New relic #31

Closed hardikchakravarti closed 8 months ago

hardikchakravarti commented 9 months ago

Original Case: I have installed this dashboard for Gitlab as per the docs. https://newrelic.com/instant-observability/gitlab

I am getting below exception

New-relic-exporter 2023-12-07 12:09:25,274 WARNING [opentelemetry.exporter.otlp.proto.grpc.exporter] [exporter.py:349] [trace_id=0 span_id=0 resource.service.name=] - Transient error StatusCode.UNAVAILABLE encountered while exporting logs, retrying in 32s.

New-relic-metrics-exporter 2023-12-07 12:09:24,851 WARNING [opentelemetry.exporter.otlp.proto.grpc.exporter] [exporter.py:293] [trace_id=0 span_id=0 resource.service.name= trace_sampled=False] - Transient error StatusCode.UNAVAILABLE encountered while exporting logs to otlp.nr-data.net:4318, retrying in 32s.

dpacheconr commented 9 months ago

This usually happens when using USER api key instead of ingest license key or there is typo in API key Can you double check api key is correctly setup and you using a ingest license key

dpacheconr commented 8 months ago

no reply