stackdriver: remove metric.category alias pattern

After discussions with the Stackdriver team, they did not think this was
needed.
This commit is contained in:
Daniel Lee
2018-09-28 17:15:55 +02:00
parent a25389332c
commit 399e83f91b
3 changed files with 12 additions and 26 deletions

View File

@@ -49,8 +49,7 @@
Patterns:
<code ng-non-bindable>{{metric.type}}</code> = metric type e.g. compute.googleapis.com/instance/cpu/usage_time
<code ng-non-bindable>{{metric.name}}</code> = name part of metric e.g. cpu/usage_time
<code ng-non-bindable>{{metric.category}}</code> = category part of metric e.g. instance
<code ng-non-bindable>{{metric.name}}</code> = name part of metric e.g. instance/cpu/usage_time
<code ng-non-bindable>{{metric.service}}</code> = service part of metric e.g. compute
<code ng-non-bindable>{{metric.label.label_name}}</code> = Metric label metadata e.g. metric.label.instance_name