Open SoftwareKing opened 1 year ago
我也关心
我也关心
I had completed it, can you try it?
@worker24h
I had completed it, can you try it?
我也关心
I had completed it, can you try it?
I have compiled your code and referenced it in my project,this is pom.xml:
`
<artifactId>micrometer-registry-tdengine</artifactId>
<version>1.9.2</version>
</dependency>`
and this is my jar:
this is my config:
management: endpoints: web: exposure: include: '*' metrics: export: tdengine: enabled: true host: 192.168.40.39 port: 6030 db: test username: root password: taosdata precision: ns step: 30 readTimeout: 10 connectTimeout: 10 tags: application: ${spring.application.name}
I started my jar package, but this program did not take effect
need to update micrometer-core?
@worker24h