-
-
Notifications
You must be signed in to change notification settings - Fork 94
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
Provide support for specifying a metrics namespace #1794
Comments
When getting all metric definitions, we should add the metric namespace to it: promitor/src/Promitor.Integrations.AzureMonitor/AzureMonitorClient.cs Lines 74 to 76 in 5b3c4b5
We have to extend our query to call promitor/src/Promitor.Integrations.AzureMonitor/AzureMonitorClient.cs Lines 203 to 207 in 5b3c4b5
|
Hei, |
Not yet as I've hit a limitation but looking for alternatives. Sorry for the delay. |
Is this feature still planned? We are looking for a way to scrape VM guest metrics with Promitor but seeing as those are in a different metrics namespace, for now there does not seem to be a way to do that. |
This is definately still planned but hasn't been implemented yet. Are you open to taking a stab at this? |
Unfortunately, I do not really know my way around C# so this would be difficult for me to do. |
No problem at all! |
Hi @tomkerkhove, I'm currently debugging this locally. Do you remember what was the problem you hit here? I have grabbed your commits and rebased from master, things seem to work with your commits Any tips? |
From what I recall, custom metric is not supported by using these APIs. But it's been a while so that might have changed. |
Proposal
Provide support for specifying a metrics namespace so that you can choose which one to use in case the provider supports it.
One example is Azure Application Insights that allows you to query the default metrics or custom ones which use
azure.applicationinsights
as metric namespace.Component
Scraper
Contact Details
No response
The text was updated successfully, but these errors were encountered: