AzureMonitor: Refactor data links and move to backend #32322
Projects
Milestone
Comments
We're not moving the logs data links at this time, because the existing ones don't work and there's no sense in moving non-working code. They don't currently work because we don't have access to the way that log data links are constructed. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the Azure Monitor data source plugin, for Metrics and Logs queries, data links are added to the dataframes on the frontend (see processResponse), which is suboptimal. We should move these into the data source backend, like Azure Resource Graph.
This should happen for both Metrics and Logs queries, but as mentioned in #36242 (comment), we may need to change the URL format for Logs.
The text was updated successfully, but these errors were encountered: