question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Azure Monitor OTel Exporter Missing Dimensions [BUG]

See original GitHub issue

Library name and version

Azure.Monitor.OpenTelemetry.Exporter 1.0.0-beta.4

Describe the bug

We’ve had Azure.Monitor.OpenTelemetry.Exporter in Prod for over a week now, and it’s working very well. I did notice that dimensions emitted from our OTel instruments aren’t making it to Azure Monitor – they do show up in Jarvis, as well as on the Console exporter, so we know they’re being emitted. I confirmed this by making a Sample app that emits a histogram metric every ~1.5 seconds or so with one dimension, and it’s not selectable as a split on Azure Monitor:

image

Expected behavior

Dimensions show up.

Actual behavior

Dimensions don’t show up.

Reproduction Steps

Set up a minimal .NET app emitting Histogram<double> metrics via a Meter, upload it to Application Insights via the library. Then, in the Metrics tab on Portal, as above, observe that you cannot split by dimension.

@TimothyMothra tagged per request.

Environment

No response

Issue Analytics

  • State:closed
  • Created a year ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

0reactions
reynoldsacommented, Nov 3, 2022

My bad then, thanks for checking on it and for the information 😄

Read more comments on GitHub >

github_iconTop Results From Across the Web

Azure Monitor OTel Exporter Missing Dimensions [BUG]
This repository is for active development of the Azure SDK for .NET. ... Azure Monitor OTel Exporter Missing Dimensions [BUG] · Azure/azure-sdk-for-net@4e37bc7.
Read more >
Enable Azure Monitor OpenTelemetry for .NET, Java, Node ...
This article provides guidance on how to enable Azure Monitor on applications by using OpenTelemetry.
Read more >
Troubleshoot OpenTelemetry issues in Python - Azure
Learn how to troubleshoot OpenTelemetry issues in Python. View known issues that involve Azure Monitor OpenTelemetry Exporters.
Read more >
Microsoft OpenTelemetry exporter for Azure Monitor
The exporter for Azure Monitor allows you to export data utilizing the OpenTelemetry SDK and send telemetry data to Azure Monitor for ...
Read more >
Troubleshooting Azure Monitor metric charts
To verify that it's the case, open the Metrics tab of your resource, and check the available metrics in the metric picker.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found