ConfigurationMetrics interface
Properties
queries | Queries used for metrics collection |
results | Results of the metrics collection queries |
Property Details
queries
Queries used for metrics collection
queries?: {[key: string]: string}
Property Value
{[key: string]: string}
results
Results of the metrics collection queries
results?: {[key: string]: number}
Property Value
{[key: string]: number}