go-graphite / graphite-clickhouse

Graphite cluster backend with ClickHouse support
MIT License
213 stars 52 forks source link

index.json: Properly escape json strings. #258

Closed bzed closed 6 months ago

bzed commented 9 months ago

Although most likely not officially supported, we might end up with some weird metric names in the DB. icinga2 is a good candidate for a source of broken metrics.

Add a simple test like and marshal the strings properly.