Gauge for DVMs running
Tracks the number of DVMs running for each application or service.
| Labels | Value | Purpose |
|---|---|---|
|
Number of running DVMs for the app or service | Track the number of DVMs used by the specified app or service. |
Metric examples
fourjs_gas_dvm_started_count{application="demo"} 2
fourjs_gas_dvm_started_count{service="demo/BookService"} 3
Grafana
PromQL queries to calculate the number of DVMs running for applications or services are provided.
- PromQL query:
This query calculates the number of DVMs running for thefourjs_gas_dvm_started_count{url="/ua/r",application="demo"}demoapplication.Figure: DVMs running 
- PromQL query:
This query calculates the number of DVMs running for thefourjs_gas_dvm_started_count{service="demo/RestBook"}RestBookweb service.Figure: DVMs running 