-
What if you could attach a .RRD (zipped, because GH doesn't allow otherwise) to a PR and automatically have a link to a PR-built `app.rerun.io` pointing at said .RRD?
What if users could simply dro…
-
```
It looks like putting the file into read mode as documented by the RRD.load()
command, actually uses a back-end call the rrdtool executable.
Is this expected behavior?
>>> from pyrrd.rrd import…
-
I've downloaded the prebuilt binary, and it keeps crashing with this error:
grafana-rrd-server: symbol lookup error: grafana-rrd-server: undefined symbol: rrd_info_r
This happens every time …
-
**Describe the bug**
When trying to load a different rrd file with the same application_id as the current one, nothing happens. (both by drag and drop, and by using the load dialog).
Opening from…
-
Any chance on supporting `rrdtool` 1.6.0?
I ran into this error:
```
dyld: lazy symbol binding failed: Symbol not found: _rrd_get_context
Referenced from: /usr/local/lib/librrd.dylib
Expe…
-
* Version of collectd: 5.12.0-5
* Operating system / distribution: Debian 11 bullseye
* Kernel version (if applicable): 5.10
## Expected behavior
When `/` and `/root` are separate filesy…
-
**Describe the bug**
Queries over long time periods take a very long time to be resolved when the cache daemon is used.
**To Reproduce**
```bash
#!/usr/bin/env bash
# Choosing a time that is…
-
After "go get github.com/ziutek/rrd", I have the following error:-
...\workspace\src\github.com\ziutek\rrd\rrd_c.go:5:17: fatal error: r
rd.h: No such file or directory
#include
^
…
-
* Version of collectd: 5.5.3
* Operating system / distribution: centos 6.6
## Expected behavior
1 source to to go rrd
every other source to remote collectd
## Actual behavior
1 sourc…
-
```
What steps will reproduce the problem?
1. Call function like data = rrd.fetch(cf=cf, resolution=resolution,
start=start, end=end) where rrd = RRD(filename, step=step, mode="r")
2. Got exception:…