promitor icon indicating copy to clipboard operation
promitor copied to clipboard

Bringing Azure Monitor metrics where you need them.

Results 209 promitor issues
Sort by recently updated
recently updated
newest added

Trigger CI to verify CI bug (https://github.com/tomkerkhove/promitor/issues/2053)

🔍 Ready for Review

CI fails to report the unit tests results, example: https://github.com/tomkerkhove/promitor/runs/6955136168?check_suite_focus=true

### Proposal Provide unit tests for AzureResourceGroupsDiscoveryBackgroundJob to ensure we handle paging correctly. ### Component Scraper ### Contact Details _No response_

enhancement
help-wanted
testing

### Proposal Provide guidance on running Promitor on Azure Container Apps to simplify deployment ### Component Resource Discovery, Scraper ### Contact Details _No response_

help-wanted
feature
documentation
deployment
Hacktoberfest

### Proposal I implemented the MySQL resource type a while ago, and while not a huge issue it is a bit annoying to see: `The metric 'cpu_credits_remaining' was not found`....

help-wanted
feature-request
Hacktoberfest

### Discussed in https://github.com/tomkerkhove/promitor/discussions/1886 Originally posted by **ahurtaud** December 14, 2021 Hello, On some big subscriptions we are seeing in promitor scrapers a lot of: ``` [15:57:55 FTL] ResourceRequestsThrottled: Number...

Introduce new validation step for verifying configured Azure Monitor metrics at startup. For every single configured metric it should: - [ ] Verify that it has access to query it...

enhancement
help-wanted
configuration
runtime
Hacktoberfest
agents:scraper

Provide validation rule to see if aggregation interval is configured correctly which is not the case as of today, see #789 At startup, the metrics declaration should enforce valid configs.

enhancement
help-wanted
configuration
scraping
validation
agents:scraper

Provide aggregation type validation for every individual metric. Azure Monitor provides a list of supported aggregation types per metric via `Microsoft.Azure.Management.Monitor.Fluent.IMetricDefinition.SupportedAggregationTypes`. We should make sure that the configured aggregation type...

enhancement
help-wanted
integration:azure-monitor
scraping
agents:scraper

Aggregation intervals should be an exact match instead of determining the closest aggregation interval that is available. We are changing this give it can result in odd metrics. Imagine you've...

enhancement
help-wanted
runtime
agents:scraper