[Graphite] [tagdb] Error tagging collectd
-
Since last cloudron upgrade I'm having two types of error in my Graphite log :
- python 3 error
- Graphite tagging error
here is a snapshot : https://paste.armada.digital/tumovehuhu.sql
i don't know if the two errors are related, but my graphite log is now 200MB of the same errors, over and over againNot sure what I can do from my side to fix this, any help ?
-
-
This is fixed for the next release.
Technical note... Recent releases of graphite/carbon (which we got automatically when we moved to the ubuntu 20 base image) have a feature to tag data. In previous releases, you have to create hierarchies of metrics. For example, cpu.datacenter1.rack1, cpu.datacenter1.rack2 and so on. These hierarchies can be unwieldy. Instead now, we can have metrics "cpu" but with a tag like dc=datacenter1,rack=rack2. And these tags can then be used in the query language. Very cool feature, might come in handy when we go multi-host. But for now, we can disable it altogether.