Metric labels for dimensions are missing in OpenTelemetry sink
See original GitHub issueReport
No response
Expected Behavior
OpenTelemetry metrics should have labels for the dimensions being scraped
Actual Behavior
Metric labels, default labels nor custom labels are available
Steps to Reproduce the Problem
Scrape metrics with dimension
Component
Scraper
Version
2.8.0
Configuration
Configuration:
# Add your scraping configuration here
Logs
example
Platform
No response
Contact Details
No response
Issue Analytics
- State:
- Created 10 months ago
- Reactions:1
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Missing metric dimensions in EMF when using ...
I'm adding instrumentation to a NestJS service (running in ECS Fargate) using the OTLPMetricExporter from '@opentelemetry/exporter-metrics-otlp- ...
Read more >Metrics Data Model
In this low-level metrics data model, a Timeseries is defined by an entity consisting of several metadata properties: Metric name; Attributes (dimensions) ...
Read more >Opentelemetry with Prometheus - Metric Data points ...
I am running out of ideas about what could cause this, I understand that a few dropped scrapes is normal but this seems...
Read more >OpenTelemetry
OpenTelemetry is a vendor-neutral, open-source observability framework for instrumenting, generating, collecting, and exporting telemetry ...
Read more >A Deep Dive Into OpenTelemetry Metrics
An introduction to the OpenTelemetry metrics standard. ... OpenTelemetry allows attributes (labels) to be attached to metrics in several ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

I am! Currently using @SagiVaknin’s branch to export NAT Gateway metrics. I wanted to add an alert for SNAT Port Exhaustion based on this doc and noticed that the ConnectionState dimension isn’t sent to the StatsD sink.
Correct!