biggraphite icon indicating copy to clipboard operation
biggraphite copied to clipboard

accessor: support tags

Open iksaif opened this issue 8 years ago • 5 comments

  • Start by optionally supporting tags in the accessor
  • Then implement it for cassandra.

iksaif avatar Aug 24 '16 12:08 iksaif

Can we be a bit more descriptive? Do we mean tags in a way similar to Prometheus?

dbxfb avatar Oct 07 '16 22:10 dbxfb

Yes, labels like prometheus. I haven't had time to really think about it but the idea would be able to support at least what prometheus needs: foo.bar{label1="foo",label2"="test"}

iksaif avatar Oct 08 '16 10:10 iksaif

Do you plan to add original HTTP tagdb support to bg carbon cache plugin as tagdb option?

Petee87 avatar Nov 22 '18 08:11 Petee87

I think you should already be able to use the original HTTP TagDB plugin, I never tried though.

iksaif avatar Nov 22 '18 08:11 iksaif

The http tagdb not working for me. I think the bg carbon plugin overwrite. In biggraphite/plugins/carbon.py within class BigGraphiteDatabase(database.TimeSeriesDatabase) with def tag(self, *metrics).

biggraphite - 0.14.2, graphite(web,carbon) - 1.1.2

Petee87 avatar Nov 22 '18 11:11 Petee87