Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUERY][Azure Monitor Exporter] Bucket aggregation for histograms #48482

Open
pblachut opened this issue Feb 28, 2025 · 1 comment
Open

[QUERY][Azure Monitor Exporter] Bucket aggregation for histograms #48482

pblachut opened this issue Feb 28, 2025 · 1 comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Monitor - Exporter Monitor OpenTelemetry Exporter needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.

Comments

@pblachut
Copy link

Library name and version

Azure.Monitor.OpenTelemetry.Exporter 1.4.0-beta.1

Query/Question

Hi, I'm using OpenTelemetry together with azure monitor exporter library. I use it to create custom histogram metrics in order to create charts on application insights dashboards.

I've noticed that azure monitor doesn't propagate information about buckets. It sends histogram values in aggregated form min, max, average which is fine unless they are aggregated based on bucket information.

I was not able to find this place in the code, can you confirm that azure monitor takes into account opentelemetry buckets into their aggregation?

If not then is there any way to change / force it to do it? Bucket information might be also useful when attached, e.g. in customDimensions log part.

The reason why I ask it is a need to have reliable time metric in percentiles in application insights. Without proper bucket aggregation it can't be achieved.

Environment

Azure.Monitor.OpenTelemetry.Exporter 1.4.0-beta.1

@github-actions github-actions bot added Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Monitor - Exporter Monitor OpenTelemetry Exporter needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team. labels Feb 28, 2025
Copy link

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @rajkumar-rangaraj @TimothyMothra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. Monitor - Exporter Monitor OpenTelemetry Exporter needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Service Attention Workflow: This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

1 participant