第 106 章 Observability 服务
Camel Observability Services 组件提供了一组建议组件和配置,简化了云环境上的可观察性(如可观察性)的操作。虽然组件主要针对云,但可以在任何其他环境中使用,为 Camel 应用程序提供默认公开一组可观察功能的能力。
106.1. 依赖项
当在 Red Hat build of Camel Spring Boot 中使用 camel-observability-services
时,将以下 Maven 依赖项添加到 pom.xml
中,以支持自动配置:
<dependency> <groupId>org.apache.camel.springboot</groupId> <artifactId>camel-observability-services-starter</artifactId> </dependency>
<dependency>
<groupId>org.apache.camel.springboot</groupId>
<artifactId>camel-observability-services-starter</artifactId>
</dependency>