[prometheus-users] Prometheus Console template - "Name" Label substitution clarification.

2021-03-09 Thread Brett Larson
I have been working on a very niche prometheus console template dashboard for a product we use and i've hit a roadblock - the "name" param for the graph library isn't very clear to me on how I can use it to optionally display a value. Here is an example of the code used to display the graph. n

Re: [prometheus-users] Memory usage grows from 4GB to eventually 10GB memory usage

2020-12-19 Thread Brett Larson
: https://gitlab.com/-/snippets/2052337 On Friday, December 18, 2020 at 6:50:07 PM UTC-6 Julien Pivotto wrote: > On 18 Dec 16:40, Brett Larson wrote: > > Here is a link to the "snapshot" of the dashboard. > > > https://snapshot.raintank.io/dashboard/snapshot/crxd

Re: [prometheus-users] Memory usage grows from 4GB to eventually 10GB memory usage

2020-12-18 Thread Brett Larson
Here is a link to the "snapshot" of the dashboard. https://snapshot.raintank.io/dashboard/snapshot/crxdjU7fhzAhl0x0KWiH1ZHGZXKyhqmF On Friday, December 18, 2020 at 6:09:13 PM UTC-6 Julien Pivotto wrote: > On 18 Dec 16:03, Brett Larson wrote: > > Hello, > > I am using a P

[prometheus-users] Memory usage grows from 4GB to eventually 10GB memory usage

2020-12-18 Thread Brett Larson
Hello, I am using a Prometheus 2.21 server and I am seeing that the memory is growing at an untenable rate. I will start the pod at 4GB and eventually it will move to 10GB after a few days and go into a crashloop back off state. The pod is configured to only keep around 8 hours of data, and this

[prometheus-users] Re: --storage.tsdb.retention.time prometheus syntax

2020-12-18 Thread Brett Larson
>From a comment in the code it looks like.. Units Supported: y, w, d, h, m, s, ms. Here is a link https://github.com/prometheus/prometheus/blob/4eca4dffb89d9da927f1e7884efe85cbd6dc30f3/cmd/prometheus/main.go#L207 On Friday, December 11, 2020 at 9:26:06 AM UTC-6 rodolp...@gmail.com wrote: > > Hi