-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
router: add metric to track service instance count (#3918)
Add two metrics to track the number of service instances known to the data plane. # HELP router_service_instance_changes_total Number of total service instance changes. Both addition and removal of a service instance is accumulated # TYPE router_service_instance_changes_total counter router_service_instance_changes_total{isd_as="1-ff00:0:110",service="CS"} 11 router_service_instance_changes_total{isd_as="1-ff00:0:110",service="DS"} 11 # HELP router_service_instance_count Number of service instances known by the data plane. # TYPE router_service_instance_count gauge router_service_instance_count{isd_as="1-ff00:0:110",service="CS"} 3 router_service_instance_count{isd_as="1-ff00:0:110",service="DS"} 3
- Loading branch information
Showing
3 changed files
with
45 additions
and
11 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
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