question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

InfluxDbProvider not write tags in build measurement

See original GitHub issue

hello!

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: image

also chronograf show that build measurement not contains tags at all: image but task will: image

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:closed
  • Created 3 years ago
  • Comments:10 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
jan-stoltman-boltcommented, May 31, 2021

Hey @cdsap I think that this issue can be safely closed

0reactions
alaershovcommented, Mar 16, 2021

Thanks a lot, works perfectly for us!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found