worker24h / micrometer-registry-tdengine

TDengine is a new metrics backend for Micromter,this is a incubating project
0 stars 0 forks source link

还有下文吗? #1

Open SoftwareKing opened 1 year ago

SoftwareKing commented 1 year ago

@worker24h

donnasky commented 1 year ago

我也关心

worker24h commented 1 year ago

我也关心

I had completed it, can you try it?

worker24h commented 1 year ago

@worker24h

I had completed it, can you try it?

donnasky commented 1 year ago

我也关心

I had completed it, can you try it?

I have compiled your code and referenced it in my project,this is pom.xml: `

io.micrometer
        <artifactId>micrometer-registry-tdengine</artifactId>
        <version>1.9.2</version>
    </dependency>`

and this is my jar: image 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

donnasky commented 1 year ago

image

donnasky commented 1 year ago

image image

donnasky commented 1 year ago

need to update micrometer-core?