-
-
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
Implemented storage queue duration metric #419
Implemented storage queue duration metric #419
Conversation
Docker image for this PR was built and is available on Docker Hub. You can pull it locally via the CLI: docker pull tomkerkhove/promitor-agent-scraper-ci:pr419 |
src/Promitor.Core.Scraping/ResourceTypes/InvalidMetricException.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Core.Scraping/ResourceTypes/InvalidMetricException.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Core.Scraping/ResourceTypes/InvalidMetricException.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Core.Scraping/ResourceTypes/StorageQueueScraper.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Integrations.AzureStorage/AzureStorageQueueClient.cs
Outdated
Show resolved
Hide resolved
src/Promitor.Integrations.AzureStorage/AzureStorageQueueClient.cs
Outdated
Show resolved
Hide resolved
Docker image for this PR was built and is available on Docker Hub. You can pull it locally via the CLI: docker pull tomkerkhove/promitor-agent-scraper-ci:pr419 |
Docker image for this PR was built and is available on Docker Hub. You can pull it locally via the CLI: docker pull tomkerkhove/promitor-agent-scraper-ci:pr419 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
Thanks for contributing this @michaelkruglos! Great addition. |
Fixes #418
Proposed Changes