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
The Azure Monitor exporter should export metric attributes as customDimensions. Currently it does not export metric attributes (dimensions) to Azure Monitor.
Steps to Reproduce
Run the following sample (slight variation of the getting started section from the OTel .NET docs):
Component(s)
exporter/azuremonitor
What happened?
Description
The Azure Monitor exporter should export metric attributes as
customDimensions
. Currently it does not export metric attributes (dimensions) to Azure Monitor.Steps to Reproduce
Run the following sample (slight variation of the getting started section from the OTel .NET docs):
Expected Result
The console exporter shows the information an expected result could contain:
Note the
color: red name: apple
snippet. Application Insights should contain the same information.Actual Result
The information about the attributes cannot be found in Application Insights.
Collector version
0.72
Environment information
Environment
OS: WSL on Windows 11
OpenTelemetry Collector configuration
Log output
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: