| Interface | Description |
|---|---|
| SensorKeyProducer |
An interface representing a SensorKey factory.
|
| Class | Description |
|---|---|
| AbstractSensorKeyProducer |
A SensorKeyProducer with logic shared by all SensorKeyProducers
|
| IntrospectHttpSensorKeyProducer |
A
SensorKeyProducer used for introspect endpoint HTTP metrics |
| IntrospectValidationSensorKeyProducer |
A
SensorKeyProducer used for token validation metrics for a listener using an introspection endpoint |
| JwksHttpSensorKeyProducer |
A
SensorKeyProducer used for JWKS endpoint HTTP metrics |
| JwksValidationSensorKeyProducer |
A
SensorKeyProducer used for token validation metrics for a listener using a JWKS endpoint |
| MetricsUtil |
Static utility methods used for metrics
|
| SensorKey |
The SensorKey represents and uniquely identifies the Kafka Metrics API Sensor,
which represents a set of metrics that are updated at the same time.
|
| UserInfoHttpSensorKeyProducer |
A
SensorKeyProducer used for user info endpoint HTTP metrics |
Copyright © 2023. All rights reserved.