Chris Leavoy
Chris Leavoy
I've discovered the algorithm implemented in LeakyBucketStrategy is far from accurate. Using limits of 3/10s, 10/1h, and 25/day all seem to function correctly. However anything quicker than 1/s is very...
It appears there is a similar issue to https://github.com/lightstep/lightstep-grafana-plugin/pull/72 when using "Single" hover tooltip mode.   Grafana 7.4.3 (latest) Same on 7.3.x. Expect actual value instead of "undefined" when...
In earlier versions of reef-pi, we could specify doser schedules such as `*/15` that would run every 15 minutes. I noticed in version 5.2 that I cannot edit my existing...
repro: ``` touch test.log ./go-tail -F ./test.log & date > test.log Fri Sep 15 13:26:55 EDT 2017 mv test.log test.log0 ; touch test.log open ./test.log: no such file or directory...
### What happened? Grafana crashes on startup when provisioning two or more datasources with the same first 32 characters of the datasource's name. Error: ``` logger=provisioning.datasources t=2024-06-26T20:55:09.947200091Z level=info msg="inserting datasource...
Running: `amtool template render --template.glob="*.tmpl" --template.text='{{ .TruncatedAlerts }}'` Results in an error: amtool: error: template: :1:3: executing "" at : can't evaluate field TruncatedAlerts in type template.Data Expect: output of...