FIAP data source plugin for Grafana
This is a grafana data source that uses IEEE1888 (a.k.a. FIAP in Japan).
Usage
Datasource Settings

| Setting | Detail |
|---|---|
| URL | URI of the server to connect (with port) |
| Server timezone | If the server only handles queries by certain timezone, its timezone Default: UTC Format: +09:00 |
Query Settings

| Setting | Detail |
|---|---|
| Point ID | Equivalent to FIAP key class: id Only one entry per line Point IDs are combined into a single FIAP query, and sent as a single FETCH request. |
| - Button | Delete the specified Point ID |
| + Button | Insert a new Point ID field below |
| Data range | Equivalent to FIAP key class: select Choose: Period, Latest, or Oldest |
| Period | Fetch data in the range specified by Start/End time (Equivalent to no select option) |
| Latest | Fetch one of the data in the range specified by Start/End time that is the latest (Equivalent to select="maximum" option) |
| Oldest | Fetch one of the data in the range specified by Start/End time that is the oldest (Equivalent to select="minimum" option) |
| Start/End time | Equivalent to FIAP key class: gteq/lteq Format: 2006-01-02 15:04:05 If the time part is omitted, 00:00:00 is completed Server timezone taken into account in DatasourceSettings |
| sync with grafana start/end time | If checked, start/end time will be synchronized with the Time Range in the Grafana Dashboard (Start/End time field is disabled) |
Others
The client implementation uses: go-fiap-client
- Version
- 1.0.3
- Dependencies
- Grafana >=10.0.3
- Developer
- siostech
- Last Updated
- May 15, 2025