mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
* Initial GCM schema work - Split types for convenience - Update conditionals where needed - Update type references * Add additional supporting types * Add some more accessory and legacy types * Add missing type * Rename backend folder * Add missing generated file * Review
18 lines
382 B
JSON
18 lines
382 B
JSON
{
|
|
"timeSeries": [{
|
|
"metric": {
|
|
"type": "select_slo_compliance(\"projects/test-proj/services/test-service/serviceLevelObjectives/test-slo\")"
|
|
},
|
|
"resource": {
|
|
"type": "gce_instance",
|
|
"labels": {
|
|
"instance_id": "114250375703598695",
|
|
"project_id": "test-proj"
|
|
}
|
|
},
|
|
"metricKind": "DELTA",
|
|
"valueType": "INT64"
|
|
}
|
|
]
|
|
}
|