从Spring Boot 2导出的用于测微头度量的Dynatrace可视化

时间:2019-02-08 18:23:02

标签: spring-boot-actuator micrometer dynatrace spring-micrometer

使用Micrometer.io将指标导出到dynatrace
gradle依赖项'io.micrometer:micrometer-registry-dynatrace:latest.release'
版本-(1.1.3)
导致异常->错误{“ error”:{“ code”:400,“ message”:“无法在第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 个答案:

答案 0 :(得分:0)

我发现最新的测微计(1.1.3)存在问题。在根据指标形成Json数据时,它的抛出异常使我工作了一个较小的版本(1.1.1),但效果很好。应该为此打开错误。

错误 {“错误”:{“代码”:400,“消息”:“无法在第1列4071列附近的'series [33] .dataPoints'映射JSON”}} {}

我们在尝试将CPU指标转换为json时收到此错误