An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hello Csaba Sari,
It looks like you're working with a complex Azure monitoring setup using Data Collection Rules (DCRs) and OpenTelemetry (Otel) metrics. Based on the details you’ve shared, here's a summary of what might be happening and some potential steps to resolve or further investigate the situation:
- Role and Permissions Issue:
Initially, you encountered an "Access Denied" error, which suggests there might have been some permission issues with the "Monitoring Contributor" role not being fully propagated yet. Even though you added the necessary roles, sometimes changes like this can take a while to fully reflect across the platform.
The "Access Denied" message is now gone, which means that permission propagation likely completed. However, you still face issues with the metrics not displaying.
- Metrics Display in AMW vs. Insights:
You mentioned that you can see metrics when you go directly to the Azure Monitor Workspace (AMW), but not in the "Insights" tab. This suggests that there may be a difference in the way these two views are pulling or visualizing data.
The "Insights" blade may still be in preview and could have some limitations or bugs. This might explain why metrics are visible in one view but not the other.
- Missing Metrics in Insights:
Since you're still seeing "No data returned matching the selected filters" in the "Insights" blade, it’s possible the system isn't recognizing or properly pulling the Otel data for display.
One thing to check is whether the correct filters or time window are selected in the Insights view. Sometimes, the data might not be immediately visible depending on the configuration.
- Preview Features:
As you've noted, this setup seems to be quite "preview" (in a testing or early access phase), so it's possible there are bugs or limitations in the user interface or data syncing between different sections of Azure Monitor.
It’s worth considering that the Insights view might not yet support all the same capabilities or data that AMW can show, especially since Otel metrics are somewhat newer in Azure Monitor.
Next Steps
- Double-Check Filters: Ensure that the filters applied in the "Insights" view (e.g., time range, metrics selected) are correct. Sometimes missing data is due to overly restrictive filters.
- Check Otel Metrics Settings: In AMW, verify the setup for the Otel-based metrics (especially the ones you're seeing) to ensure that they are being collected correctly and there are no missing data points.
- Check Preview Limitations: Since the "Insights" section is still in preview, it might not support all metrics or data collection sources yet, or there could be some bugs. You could check the Azure documentation for any updates on supported data sources or known limitations.
Let me know if you need more help as you investigate further!