Anthony Woods
Anthony Woods
Regardless of the latency of the ICMP packets, Pinger.Run() currently only returns after MaxRTT. I understanding using MaxRTT to space pings when running with RunLoop(), but when i explicitly call...
When an index Delete is called, the entire Delete operation is performed while a write lock is held. While the lock is held, no metrics can be ingested and no...
It is not practical to have debug logging enabled all of the time, but the debug logs are crucial for debugging issues. To assist in troubleshooting i would like to...
When searching the index, we allow users to pass a "from" param. Only series that have been updated since the from timestamp are returned. However we only filter leaf nodes...
The pid-file location in the default crng config file is /var/run/carbon-relay-ng.pid On centos7 crng does not have permission to create that file. I see that the package creates the dir...
trying to aggregate counters is problematic. Users regularly have applications that emit counters, eg for number of requests handled, and want to aggregate these across many instances. When viewing the...
after installing carbon-relay-ng (using packagecloud .deb) it doesnt start due to not being able to create the pidfile need to `chown carbon-relay-ng /var/run/carbon-relay-ng/` to get the service to start.
When looking into issues, the first question is always "what version are you using". To make it clear, we should expose the version via - the UI - emit a...
currently the container dashboards shows network stats (traffic and tcp conns) per container. However inside of kubernetes all containers in the POD share the network, so if there are multiple...
The memory is retrieved as bytes, but then treated as kbytes resulting in 1000x the real memory usage being reported. https://github.com/raintank/kubernetes-app/blob/master/src/panels/nodeData/nodeStats.js#L87-L88 