| Package | Description |
|---|---|
| io.strimzi.kafka.oauth.metrics | |
| io.strimzi.kafka.oauth.services |
| Modifier and Type | Method and Description |
|---|---|
SensorKey |
JwksValidationSensorKeyProducer.errorKey(java.lang.Throwable e)
Generate a
SensorKey for metrics about failed token validation requests |
SensorKey |
UserInfoHttpSensorKeyProducer.errorKey(java.lang.Throwable e)
Generate a
SensorKey for metrics about failed HTTP requests |
SensorKey |
JwksHttpSensorKeyProducer.errorKey(java.lang.Throwable e)
Generate a
SensorKey for metrics about failed HTTP requests |
SensorKey |
IntrospectHttpSensorKeyProducer.errorKey(java.lang.Throwable e)
Generate a
SensorKey for metrics about failed HTTP requests |
SensorKey |
SensorKeyProducer.errorKey(java.lang.Throwable e)
Generate a SensorKey for the sensor representing the failed requests
|
SensorKey |
IntrospectValidationSensorKeyProducer.errorKey(java.lang.Throwable e)
Generate a
SensorKey for metrics about failed token validation requests |
static SensorKey |
SensorKey.of(java.lang.String name,
java.util.Map<java.lang.String,java.lang.String> attributes)
Create a new instance of SensorKey from name and a map of attributes
|
static SensorKey |
SensorKey.of(java.lang.String name,
java.lang.String... attributes)
Create a new instance of SensorKey from name and attributes
|
SensorKey |
JwksValidationSensorKeyProducer.successKey()
Generate a
SensorKey for metrics about successful token validation requests |
SensorKey |
UserInfoHttpSensorKeyProducer.successKey()
Generate a
SensorKey for metrics about successful HTTP requests |
SensorKey |
JwksHttpSensorKeyProducer.successKey()
Generate a
SensorKey for metrics about successful HTTP requests |
SensorKey |
IntrospectHttpSensorKeyProducer.successKey()
Generate a
SensorKey for metrics about successful HTTP requests |
SensorKey |
SensorKeyProducer.successKey()
Generate a SensorKey for the sensor representing the successful requests
|
SensorKey |
IntrospectValidationSensorKeyProducer.successKey()
Generate a
SensorKey for metrics about successful token validation requests |
| Modifier and Type | Method and Description |
|---|---|
void |
OAuthMetrics.addTime(SensorKey key,
long timeMs)
Record a request time in millis.
|
Copyright © 2024. All rights reserved.