Description: Counts the results of every ACL attempt
Labels:
-
kong.keg.acl.resource_type: The type of Kafka resource being accessed (Possible values: transactional_id, group, topic, cluster)
-
kong.keg.result: The result of the ACL check (allowed or denied) (Possible values: allowed, denied)
Description: The number of connection errors to the backend cluster
Labels:
-
kong.keg.connection.error.origin: The origin of the connection error (Possible values: io, peer, local)
| Type |
Unit |
| Histogram |
seconds |
Description: The time spent communicating with backend cluster (send request and receive response)
Labels:
No labels documented.
Description: The number of proxied connections that resulted in an error
Labels:
No labels documented.
Description: The number of active proxied connections
Labels:
No labels documented.
Description: The number of attempts to decrypt records. This includes both successful and failed calls
Labels:
-
kong.keg.result: The result of the operation (success or failure) (Possible values: success, fail)
Description: The number of attempts to encrypt records. This includes both successful and failed calls
Labels:
-
kong.keg.result: The result of the operation (success or failure) (Possible values: success, fail)
Description: The number of attempts to run kscheme scripts. This includes both successful and failed calls
Labels:
-
kong.keg.result: The result of the operation (success or failure) (Possible values: success, fail)
| Type |
Unit |
| Histogram |
seconds |
Description: The time to update the metadata from the backend broker
Labels:
No labels documented.
Description: Indicates whether the namespace topic mapping encountered conflicts (1) or not (0).
Labels:
No labels documented.
Description: The number of times the policy condition failed to execute due to an error
Labels:
No labels documented.
| Type |
Unit |
| Histogram |
seconds |
Description: The time to process a policy
Labels:
No labels documented.
Description: The number of policy invocation for policies. This includes both successful and failed invocations
Labels:
-
kong.keg.result: The result of the operation (success or failure) (Possible values: success, fail)
| Type |
Unit |
| Histogram |
seconds |
Description: The end-to-end time for the entire proxy operation
Labels:
No labels documented.
| Type |
Unit |
| Histogram |
seconds |
Description: The time spent processing the received request before forwarding it to the backend cluster
Labels:
No labels documented.
Description: The number of requests coming from the client
Labels:
No labels documented.
Description: The number of requests sent to the backend broker
Labels:
No labels documented.
| Type |
Unit |
| Histogram |
seconds |
Description: The time spent processing the received response before forwarding it to the client
Labels:
No labels documented.
Description: The number of responses received from the backend broker
Labels:
No labels documented.
Description: The number of response messages received from the backend that contain at least one error. The error_code label represents the lowest error in the response
Labels:
-
kong.keg.kafka.error_code: The lowest error code in the response
Description: The number of responses sent by the proxy to the client
Labels:
No labels documented.
Description: The number of response messages sent back to the client that contain at least one error.
Labels:
-
kong.keg.kafka.error_code: The lowest error code in the response
Description: The number of attempts to validate schema. This includes both successful and failed calls
Labels:
-
kong.keg.record.part: The part of the record (key or value) (Possible values: key, value)
-
kong.keg.result: The result of the operation (success or failure) (Possible values: success, fail)