[v10.0.x] CloudMonitoring: Improve parsing of GCM labels (#69812)
CloudMonitoring: Improve parsing of GCM labels (#69800)
Update parsing of GCM labels
- Include parsing of metadata labels
(cherry picked from commit 9fc1de62d5)
Co-authored-by: Andreas Christou <andreas.christou@grafana.com>
This commit is contained in:
committed by
GitHub
parent
5dacbb97e0
commit
c90c8d88dc
@@ -13,6 +13,9 @@
|
||||
{
|
||||
"key": "metric.response_code_class",
|
||||
"valueType": "INT64"
|
||||
},
|
||||
{
|
||||
"key": "metadata.app"
|
||||
}
|
||||
],
|
||||
"pointDescriptors": [
|
||||
@@ -37,6 +40,9 @@
|
||||
},
|
||||
{
|
||||
"int64Value": "200"
|
||||
},
|
||||
{
|
||||
"stringValue": "test-app"
|
||||
}
|
||||
],
|
||||
"pointData": [
|
||||
|
||||
Reference in New Issue
Block a user