InfluxDbProvider not write tags in build measurement
See original GitHub issuehello!
Default graphana dashboard can’t show graph with executed task because build
measurement not contains any tags at all.
SELECT mean("duration") FROM "tracking"."rpTalaiot"."build" WHERE $timeFilter GROUP BY "requestedTasks", time($__interval) fill(null)
it’s used query for graph. in result we got one group without name:
also chronograf show that build
measurement not contains tags at all:
but task
will:
also code really not contains tags publish…why? https://github.com/cdsap/Talaiot/blob/1.3.5/talaiot/src/main/kotlin/com/cdsap/talaiot/publisher/InfluxDbPublisher.kt#L131
Issue Analytics
- State:
- Created 3 years ago
- Comments:10 (6 by maintainers)
Top Results From Across the Web
Influxdb x measurements over one measurement with a tag ...
Solution 2: Create a table for each type of user which creates also a cardinality of 4 (one coming from each table). Supposing...
Read more >InfluxDB key concepts
In general, fields should not contain commonly-queried metadata. The last two columns in the sample data, called location and scientist , are tags....
Read more >Strengthening measurement with new tagging capabilities
Tags are the building blocks of a strong measurement foundation, and our new tagging capabilities help simplify setup and management.
Read more >Make every conversion count with sitewide tagging
Conversion measurement is getting more complex, and your site's tagging needs to keep up. The best way to measure online conversions is to...
Read more >Measure Values and Measure Names
Tableau automatically creates these fields so that you can build certain types of views that involve multiple measures. The Measure Values field contains...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hey @cdsap I think that this issue can be safely closed
Thanks a lot, works perfectly for us!