-
Notifications
You must be signed in to change notification settings - Fork 474
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
16867 FIX azure: Remove unnecessary 'metric not found' errors
When querying metrics, Azure agent was reporting each missing metric in the details of the 'Azure Agent Info' service. This didn't influence the status of the service but still implied an error. It was misleading because some metrics aren't defined in some types of resources. Now, those metrics are optional and won't cause an error. SUP-19726 Change-Id: If8f370610c32252f0f9499c4bfed4a60a4910203
- Loading branch information
1 parent
e2a96ff
commit 418c120
Showing
2 changed files
with
46 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
[//]: # (werk v2) | ||
# azure: Remove unnecessary 'metric not found' errors | ||
|
||
key | value | ||
---------- | --- | ||
compatible | yes | ||
version | 2.3.0p13 | ||
date | 2024-08-08T15:40:36+00:00 | ||
level | 1 | ||
class | fix | ||
component | checks | ||
edition | cre | ||
|
||
When querying metrics, Azure agent was reporting each missing metric in the | ||
details of the 'Azure Agent Info' service. This didn't influence the status | ||
of the service but still implied an error. | ||
|
||
It was misleading because some metrics aren't defined in some types | ||
of resources. Now, those metrics are optional and won't cause an error. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters