Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用消息通道集成将 Spring Boot Actuator 指标导出到 Kafka。它工作得很好,但我想知道是否可以在消息中添加一些元数据。我想至少知道主机名以及产生该指标的服务的名称。
提前致谢!