graphite-project / graphite-web

A highly scalable real-time graphing system
http://graphite.readthedocs.org/
Apache License 2.0
5.89k stars 1.26k forks source link

Graphite db support for string data #2712

Closed mukeshhope closed 3 years ago

mukeshhope commented 3 years ago

Hi Team,

In my application, I am sending alot of data to Graphite database those values are numbers and that is working fine. Now I want to send some values which are string and not number. the question is : Does Graphite supports string data? As for as I understand from the documentation it looks like we can push only numerical data there.

deniszh commented 3 years ago

Hi @mukeshhope

No, Graphite supports only numerical data.

mukeshhope commented 3 years ago

Hi Deniszh,

Thankyou so much for quick reply