从 Spring boot 2 导出的 Micrometer 指标的 Dynatrace 可视化
Dynatrace visualizations for Micrometer metrics exported from Spring boot 2
使用 Micrometer.io
将指标导出到 dynatrace
gradle 依赖性 'io.micrometer:micrometer-registry-dynatrace:latest.release'
版本 - (1.1.3)
导致异常 -> 错误 {"error":{"code":400,"message":"Could not map JSON at 'series[33].dataPoints' near line 1 column 4071"}} {}
指标:
出口:
动力追踪:
设备 ID:xxxxx
网址:<a href="https://xxxx/e/xxxxx/api/v1/entity/infrastructure/custom" rel="nofollow noreferrer">https://xxxx/e/xxxxx/api/v1/entity/infrastructure/custom</a>
api-令牌:xxxxxxx
启用:真
技术类型:java
步长:1m
我发现最新的千分尺版本 (1.1.3) 存在问题。在从指标中形成 Json 数据时,它抛出异常,我使用了一个较旧的次要版本 (1.1.1),它工作正常。应该为此打开错误。
错误
{"error":{"code":400,"message":"Could not map JSON at 'series[33].dataPoints' near line 1 column 4071"}} {}
我们在尝试将 CPU 指标转换为 json
时遇到此错误
使用 Micrometer.io
将指标导出到 dynatrace
gradle 依赖性 'io.micrometer:micrometer-registry-dynatrace:latest.release'
版本 - (1.1.3)
导致异常 -> 错误 {"error":{"code":400,"message":"Could not map JSON at 'series[33].dataPoints' near line 1 column 4071"}} {}
指标:
出口:
动力追踪:
设备 ID:xxxxx
网址:<a href="https://xxxx/e/xxxxx/api/v1/entity/infrastructure/custom" rel="nofollow noreferrer">https://xxxx/e/xxxxx/api/v1/entity/infrastructure/custom</a>
api-令牌:xxxxxxx
启用:真
技术类型:java
步长:1m
我发现最新的千分尺版本 (1.1.3) 存在问题。在从指标中形成 Json 数据时,它抛出异常,我使用了一个较旧的次要版本 (1.1.1),它工作正常。应该为此打开错误。
错误 {"error":{"code":400,"message":"Could not map JSON at 'series[33].dataPoints' near line 1 column 4071"}} {}
我们在尝试将 CPU 指标转换为 json
时遇到此错误