2
0
mirror of https://github.com/status-im/consul.git synced 2025-01-12 14:55:02 +00:00
Kyle Havlovitz 898e59b13c
Add the operator usage instances command and api endpoint ()
This endpoint shows total services, connect service instances and
billable service instances in the local datacenter or globally. Billable
instances = total service instances - connect services - consul server instances.
2023-02-08 12:07:21 -08:00

4 lines
209 B
Plaintext

```release-note:feature
command: Adds the `operator usage instances` subcommand for displaying total services, connect service instances and billable service instances in the local datacenter or globally.
```