Dennis
Dennis
Dear all, Getting the last flowcharting snapshot to work in grafana 8.3.3 appears to raise some issues. 1. The [snapshot link](https://algenty.github.io/flowcharting-repository/ARCHIVES.html) to 1.0.0b is incorrect (it points to 1.0.0a), [this...
With increasing number of grafana instances, I am now using a web-proxy to make them all available via a single https URL. However, using sub_paths in the URL (i.e. by...
Hi Arnaud, I hope you are fine. I have a feature request regarding the mapping of graphical objects in the flowcharting rules (i.e. the What in the rules). Mapping of...
Hi Arnaud, I have a variable defined in the dashboard for selecting one or more datasources, and use this in metric queries for voltage, current and power. I use the...
- **InfluxDB version: 1.8.4** (output of the `influx -version` command) - **InfluxDB-python version: 5.3.1** (output of pip3 list|grep influx)"` command) - **Python version: 3.7.3** - **Operating system version: Armbian 20.02.1...
Dear Plotly developers, Thanks for this great plugin, the Plotly panel has some powerful enhancements compared to the Graph panel. It would be great when the graph/trace selection from the...
Dear plotly panel developers, I am trying to plot a series of values from an FFT engine, and the x-axis is now on index of FFT bins while I would...
Dear all, Currently, you have to be in panel edit mode to change the view from e.g. markers to heatmap. Would it be possible to do this through a grafana...
I managed to get this plugin working with grafana live. Apparently, the data is no longer in ctrl.series, but moved to ctrl.data. I wrote some work-around javascript for onHandleMetric to...
There are some memory issues in decoder.run() according to valgrind/memcheck. I looked at the decoder source and spotted two new unsigned char[_currentLength] statements (for string and bytes) that are not...