stackdriver: change pattern for annotation to metric.value

This commit is contained in:
Daniel Lee
2018-09-28 16:16:27 +02:00
parent 189f89a9e4
commit 41060d24d5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -97,7 +97,7 @@ func formatAnnotationText(annotationText string, pointValue string, metricType s
return metricPart
}
if metaPartName == "value" {
if metaPartName == "metric.value" {
return []byte(pointValue)
}