Grafana dashboard: Difference between revisions

From wikiluntti
Line 7: Line 7:
* https://grafana.com/docs/grafana/latest/setup-grafana/installation/
* https://grafana.com/docs/grafana/latest/setup-grafana/installation/


Running Grafana
#Start Grafana server. My installation is at <code>C:\Program Files\GrafanaLabs\grafana\bin</code>
#Start Grafana server. My installation is at <code>C:\Program Files\GrafanaLabs\grafana\bin</code>
#
#

Revision as of 15:05, 1 April 2025

Introduction

Grafana is a open source analytics application. It can produce charts, graphs, and alerts for the web when connected to supported data sources.

Running Grafana

  1. Start Grafana server. My installation is at C:\Program Files\GrafanaLabs\grafana\bin

Examples

CSV Data

GIS

Logs from Serial port

Use PuTTY and save (stream) logs to a file. Works like a charm. The notepad++ can be set to update automatically without asking (Ctrl-R reloads the file) by using Settings -> Preferences -> MISC. -> Update silently, but it still need Ctrl-R to reload the file.