12345678910 |
- [[metric]]
- context = "context_with_labels"
- labels = [ "label_1", "label_2" ]
- request = "SELECT 1 as value_1, 2 as value_2, 'First label' as label_1, 'Second label' as label_2 FROM DUAL"
- metricsdesc = { value_1 = "简单示例,始终返回 1。", value_2 = "同样的示例,始终返回 2。" }
|