|
|
|
|
|
by sciurus
2825 days ago
|
|
Cool! It looks like the metrics view you build on top of the values and labels table makes it _reasonably_ easy to query. I still worry about how you get good autocomplete in Grafana, though. Supporting receiving data from Prometheus is nice, but for people who aren't already invested in that it would be helpful if you either a) picked an agent (e.g. Telegraf or Collectd) and taught it how to submit to TimescaleDB directly b) picked a protocol already commonly used by agents (e.g. graphite plaintext protocol) and taught TimescaleDB to receive it |
|