-
Notifications
You must be signed in to change notification settings - Fork 442
/
Copy pathfields.yml
42 lines (39 loc) · 961 Bytes
/
fields.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
- name: istio.istiod
type: group
fields:
- name: labels_id
type: keyword
dimension: true
description: Fingerprint generated by the labels.
- name: labels.*
type: object
object_type: keyword
description: |
Istiod metric labels
- name: istio.istiod.metrics.*.value
type: object
object_type: double
object_type_mapping_type: "*"
metric_type: gauge
description: >
Istiod gauge metric
- name: istio.istiod.metrics.*.counter
type: object
object_type: double
object_type_mapping_type: "*"
metric_type: counter
description: >
Istiod counter metric
- name: istio.istiod.metrics.*.rate
type: object
object_type: double
object_type_mapping_type: "*"
metric_type: gauge
description: >
Istiod rated counter metric
- name: istio.istiod.metrics.*.histogram
type: object
object_type: histogram
object_type_mapping_type: "*"
description: >-
Istiod histogram metric