Difference between revisions of "PEC-REP/Current/GIMPEGuide/GIMMetrics"
(Published) |
(Published) |
||
Line 42: | Line 42: | ||
*applicationName | *applicationName | ||
|MetricDescription=Number of times the KAFKA step in the transform job failed. | |MetricDescription=Number of times the KAFKA step in the transform job failed. | ||
+ | |UsedFor=Error | ||
+ | }}{{PEMetric | ||
+ | |Metric=gim_issues_total | ||
+ | |Type=Counter | ||
+ | |Label=<br/> | ||
+ | |||
+ | *applicationName | ||
+ | *issue | ||
+ | |MetricDescription=Number of encountered issues. | ||
|UsedFor=Error | |UsedFor=Error | ||
}}{{PEMetric | }}{{PEMetric | ||
Line 58: | Line 67: | ||
*topic | *topic | ||
*partition | *partition | ||
− | |MetricDescription=Kafka latency per topic per partition, in milliseconds. Latency is calculated as (current system time) minus (maximum timestamp received). Therefore, this metric can grow if a topic or partition is idle and no records are received. | + | |MetricDescription=Kafka latency per topic per partition, in milliseconds. Latency is calculated as (current system time) minus (maximum timestamp received). Therefore, this metric can grow if a topic or partition is idle and no records are received. |
|UsedFor=Latency | |UsedFor=Latency | ||
}} | }} | ||
|AlertsDefined=No | |AlertsDefined=No | ||
}} | }} |
Latest revision as of 16:44, February 15, 2022
Find the metrics GIM exposes and the alerts defined for GIM.
Service | CRD or annotations? | Port | Endpoint/Selector | Metrics update interval |
---|---|---|---|---|
GIM | PodMonitor | 8249 | Endpoint: /metrics
Selector: selector:
matchLabels:
app: {{ template "fullname" . }} where the value of fullname depends on .Values.tenant_id. |
30 seconds |
Metrics[edit source]
The following metrics are defined for the GIM service.
Metric and description | Metric details | Indicator of |
---|---|---|
gim_ The state of the GIM server. Valid values are:
|
Unit: Type: Gauge
Sample value: |
Error |
gim_ Number of failed job steps. |
Unit: Type: Gauge |
Error |
gim_ Number of times the KAFKA step in the transform job failed. |
Unit: Type: Gauge
Sample value: |
Error |
gim_ Number of encountered issues. |
Unit: Type: Counter
Sample value: |
Error |
gim_ Maximum Kafka timestamp per topic per partition, in milliseconds since the Unix Epoch. |
Unit: milliseconds Type: Gauge |
Latency |
gim_ Kafka latency per topic per partition, in milliseconds. Latency is calculated as (current system time) minus (maximum timestamp received). Therefore, this metric can grow if a topic or partition is idle and no records are received. |
Unit: milliseconds Type: Gauge
Sample value: |
Latency |
Alerts[edit source]
No alerts are defined for Genesys Info Mart.