Corentin Chary
Corentin Chary
I have a usecase where I want multiple prometheus instances on the same machine. With the recent support of federation, this will become more and more common. How do you...
**Is your feature request related to a problem? Please describe.** Currently when clicking on a schedule the widget will be empty unless the schedule has an associated escalation policy. **Describe...
I'd like to use gerrit downloader with prefixes. This means using 'projects:prefix' instead of 'project:{^project}` Here is a quick hack to make it work, but it would be nicer to...
- Start by optionally supporting tags in the accessor - Then implement it for cassandra.
Also set compaction options accordingly when doing it. Read repairs will write in the past which means that we need to set these correctly: * tombstone_threshold (something high, like 80%)...
See the comments in __refresh_metric
It would be useful to have namespaces for metrics, in particular for multi-tenancy. This would allow us to have usage (in bytes and points/sec) per namespace. Implentation wise, for carbon...
See https://github.com/prometheus/prometheus/blob/HEAD/storage/remote/remote.proto for the protocol
Create docker image based on https://github.com/graphite-project/docker-graphite-statsd
- make most magic numbers configurable - for options affecting the schema, store them in Cassandra and make sure that we don't run with incompatible options (use #86)