criteo / biggraphite

Simple Scalable Time Series Database
Apache License 2.0
130 stars 35 forks source link

accessor: support tags #95

Open iksaif opened 8 years ago

iksaif commented 8 years ago
dbxfb commented 8 years ago

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

iksaif commented 8 years ago

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"}

Petee87 commented 6 years ago

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

iksaif commented 6 years ago

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

Petee87 commented 6 years ago

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