DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Public Interfaces
New Metrics
Each added metric will be on the client-level and have the following tag:
type = client-metrics
The metrics for thread state will also contain an additional tag:
thread-id=[thread-id]
The following table provides the new metric name, recording level, type, and description. Additionally, the group, tag, and converted telemetry name are provided.
| Name | Recording Level | Metric Type | Description | Group | Tags | Telemetry Name |
|---|---|---|---|---|---|---|
| client-state | INFO | Gauge | The current state of the Kafka Streams instance | stream-metric | client-id, process-id | org.apache.kafka.stream.client.state |
| thread-state | INFO | Gauge | The current state of the StreamThread | stream-thread-metric | thread-id | org.apache.kafka.stream.thread.state |
| recording-level | INFO | Gauge | The level of metrics recording | stream-metric | client-id, process-id | org.apache.kafka.stream.recording.level |
Values for client-state metrics
...