This version is still in development and is not considered stable yet. For the latest stable version, please use spring-cloud-task 3.1.2! |
Observability
Observability metadata
Observability - Metrics
Below you can find a list of all metrics declared by this project.
Task Active
Metrics created around a task execution.
Metric name spring.cloud.task
(defined by convention class org.springframework.cloud.task.listener.DefaultTaskExecutionObservationConvention
). Type timer
.
Metric name spring.cloud.task.active
(defined by convention class org.springframework.cloud.task.listener.DefaultTaskExecutionObservationConvention
). Type long task timer
.
KeyValues that are added after starting the Observation might be missing from the *.active metrics. |
Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds)
|
Fully qualified name of the enclosing class org.springframework.cloud.task.listener.TaskExecutionObservation
.
All tags must be prefixed with spring.cloud.task prefix!
|
Name |
Description |
|
App id for CF cloud. |
|
App name for CF cloud. |
|
App version for CF cloud. |
|
Instance index for CF cloud. |
|
Organization Name for CF cloud. |
|
Space id for CF cloud. |
|
Space name for CF cloud. |
|
Task execution id. |
|
Task exit code. |
|
External execution id for task. |
|
Task name measurement. |
|
Task parent execution id. |
|
task status. Can be either success or failure. |
Task Runner Observation
Observation created when a task runner is executed.
Metric name spring.cloud.task.runner
(defined by convention class org.springframework.cloud.task.configuration.observation.DefaultTaskObservationConvention
). Type timer
.
Metric name spring.cloud.task.runner.active
(defined by convention class org.springframework.cloud.task.configuration.observation.DefaultTaskObservationConvention
). Type long task timer
.
KeyValues that are added after starting the Observation might be missing from the *.active metrics. |
Micrometer internally uses nanoseconds for the baseunit. However, each backend determines the actual baseunit. (i.e. Prometheus uses seconds)
|
Fully qualified name of the enclosing class org.springframework.cloud.task.configuration.observation.TaskDocumentedObservation
.
All tags must be prefixed with spring.cloud.task prefix!
|
Name |
Description |
|
Name of the bean that was executed by Spring Cloud Task. |
Observability - Spans
Below you can find a list of all spans declared by this project.
Task Active Span
Metrics created around a task execution.
Span name spring.cloud.task
(defined by convention class org.springframework.cloud.task.listener.DefaultTaskExecutionObservationConvention
).
Fully qualified name of the enclosing class org.springframework.cloud.task.listener.TaskExecutionObservation
.
All tags must be prefixed with spring.cloud.task prefix!
|
Name |
Description |
|
App id for CF cloud. |
|
App name for CF cloud. |
|
App version for CF cloud. |
|
Instance index for CF cloud. |
|
Organization Name for CF cloud. |
|
Space id for CF cloud. |
|
Space name for CF cloud. |
|
Task execution id. |
|
Task exit code. |
|
External execution id for task. |
|
Task name measurement. |
|
Task parent execution id. |
|
task status. Can be either success or failure. |
Task Runner Observation Span
Observation created when a task runner is executed.
Span name spring.cloud.task.runner
(defined by convention class org.springframework.cloud.task.configuration.observation.DefaultTaskObservationConvention
).
Fully qualified name of the enclosing class org.springframework.cloud.task.configuration.observation.TaskDocumentedObservation
.
All tags must be prefixed with spring.cloud.task prefix!
|
Name |
Description |
|
Name of the bean that was executed by Spring Cloud Task. |