使用Micrometer.io将指标导出到dynatrace
gradle依赖'io.micrometer:micrometer-registry-dynatrace:latest.release'
版本 - (1.1.3)
导致异常 - >错误{“错误”:{“代码”:400,“消息”:“无法在第1行第4071行附近的'series [33] .dataPoints'中映射JSON”}} {}
metrics:
export:
dynatrace:
device-id: xxxxx
uri: https://xxxx/e/xxxxx/api/v1/entity/infrastructure/custom
api-token: xxxxxxx
enabled: true
technology-type: java
step: 1m
我发现了最新千分尺版本(1.1.3)的问题。虽然从指标中形成Json数据,但它的抛出异常我去了一个较小的版本(1.1.1),它运行良好。应该打开这个bug。
错误{“错误”:{“code”:400,“message”:“无法在第1行第4071行附近的'series [33] .dataPoints'中映射JSON”}} {}
我们在尝试将CPU指标转换为json时遇到此错误