daq-tools / kotori

A flexible data historian based on InfluxDB, Grafana, MQTT, and more. Free, open, simple.

Home Page:https://getkotori.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grafana: Adjust a few integration details

amotl opened this issue · comments

Hi again,

while working on GH-125, we've discovered a few spots on the Grafana subsystem which could be improved. Let us know if you have any objections.

With kind regards,
Andreas.

/cc @Tonkenfo, @wetterfrosch, @ClemensGruber

Datasource

  • Use jsonData.httpMode="POST"
    Currently, no httpMode is set, so the data source will effectively use GET. This is very noisy in InfluxDB logs, and may even croak, especially with huge query statements.

Dashboard

  • Panel: Skip non-numeric fields.
    Erledigt, see GH-126.

  • Editing: Populate "Notes" field
    When Kotori edits a dashboard, it should submit an edit message. A dedicated user to show up on "Updated by" would also be nice.

    image

  • Panel: Migrate to new Time series panel
    Kotori apparently still creates Graph panel (old) panel types. We should probably upgrade to the new Time series panel type?

    image