-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add connect state to OMv2 and shadow prefix tag to legacy (#16453)
* add connect_state metric to OMv2 * add more metrics * add changelog * lint * remove from integrationt est
- Loading branch information
Showing
8 changed files
with
54 additions
and
27 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 @@ | ||
Add connect state metric for OpenmetricsV2 and add way to collect shadow prefixes in legacy check for rbac metrics |
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
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
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 |
---|---|---|
@@ -1,4 +1,8 @@ | ||
http.foo_buz_112.rbac.allowed: 0 | ||
http.foo_buz_112.rbac.denied: 0 | ||
http.foo_buz_112.rbac.shadow_allowed: 0 | ||
http.foo_buz_112.rbac.shadow_denied: 0 | ||
http.foo_buz_112.rbac.denied: 1 | ||
http.foo_buz_112.rbac.shadow_allowed: 2 | ||
http.foo_buz_112.rbac.shadow_denied: 3 | ||
http.foo_buz_112.rbac.shadow_rule_prefix.allowed: 4 | ||
http.foo_buz_112.rbac.shadow_rule_prefix.denied: 5 | ||
http.foo_buz_112.rbac.shadow_rule_prefix.shadow_allowed: 6 | ||
http.foo_buz_112.rbac.shadow_rule_prefix.shadow_denied: 7 |
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
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
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
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