Grafana dashboard: Difference between revisions

From wikiluntti
Line 1: Line 1:
== Introduction ==
== Introduction ==
<gallery>
Grafana_datasources.png|From the left menu choose Data sources.
Example.jpg|Caption2
</gallery>


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

Revision as of 15:20, 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 (grafana-server.exe). My installation is at C:\Program Files\GrafanaLabs\grafana\bin
  2. Use web browser to go to http://localhost:3000/login
    • Default name and pwd is admin
  3. Create a data source. Connections -> Data sources. Enter Infinity

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.