(metricName string)
| 602 | } |
| 603 | |
| 604 | func getAutogenChartContext(metricName string) string { |
| 605 | metricName = strings.TrimSpace(metricName) |
| 606 | if metricName == "" { |
| 607 | return "metric" |
| 608 | } |
| 609 | return metricName |
| 610 | } |
| 611 | |
| 612 | func autogenDimensionName(metricName string) string { |
| 613 | metricName = strings.TrimSpace(metricName) |
no outgoing calls
no test coverage detected
searching dependent graphs…