Plugins 〉fiap


Developer

SIOS Technology, Inc.

Sign up to receive occasional product news and updates:



Data Source
community

fiap

  • Overview
  • Installation
  • Change log
  • Related content

FIAP data source plugin for Grafana

This is a grafana data source that uses IEEE1888 (a.k.a. FIAP in Japan).

Usage

Datasource Settings

DatasourceSettings

SettingDetail
URLURI of the server to connect (with port)
Server timezoneIf the server only handles queries by certain timezone, its timezone
Default: UTC
Format: +09:00

Query Settings

QuerySettings

SettingDetail
Point IDEquivalent 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.
- ButtonDelete the specified Point ID
+ ButtonInsert a new Point ID field below
Data rangeEquivalent to FIAP key class: select
Choose: Period, Latest, or Oldest
PeriodFetch data in the range specified by Start/End time (Equivalent to no select option)
LatestFetch one of the data in the range specified by Start/End time that is the latest (Equivalent to select="maximum" option)
OldestFetch one of the data in the range specified by Start/End time that is the oldest (Equivalent to select="minimum" option)
Start/End timeEquivalent 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 timeIf 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

Installing fiap on Grafana Cloud:

For more information, visit the docs on plugin installation.

Changelog

1.0.0 (Unreleased)

Initial release.