-
Notifications
You must be signed in to change notification settings - Fork 459
/
fields.yml
41 lines (41 loc) · 1.75 KB
/
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
- name: kafka.consumergroup
type: group
fields:
- name: id
type: keyword
#Reason to add as dimension field : Multivalues exist for the id within a timespan. Eg: _confluent-controlcenter-5-5-1-1
dimension: true
description: Consumer Group ID
- name: offset
type: long
metric_type: gauge
description: consumer offset into partition being read
- name: meta
type: keyword
#Reason to add as dimension field : Added for future or advanced usecases.
dimension: true
description: custom consumer meta data string
- name: consumer_lag
type: long
metric_type: gauge
description: consumer lag for partition/topic calculated as the difference between the partition offset and consumer offset
- name: error.code
type: long
description: |
kafka consumer/partition error code.
- name: client
type: group
fields:
- name: id
type: keyword
#Reason to add as dimension field : Multivalues exist for the id within a timespan. Example: _confluent-controlcenter-5-5-1-1-3432404b-5d0d-492f-8a94-814b17a6004e-StreamThread-6-consumer
dimension: true
description: Client ID (kafka setting client.id)
- name: host
type: keyword
description: Client host
- name: member_id
type: keyword
#Reason to add as dimension field : Multivalues exist for the id within a timespan. Example: _confluent-controlcenter-5-5-1-1-3432404b-5d0d-492f-8a94-814b17a6004e-StreamThread-6-consumer-9266b58b-4186-4ec1-8c3e-9b7a7cad7209. Observed kafka.consumergroup.client.id value is a substring of this field value.
dimension: true
description: internal consumer group member ID