Skip to content

agile-radio-lab/hftl-api-grafana-proxy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API Grafana Proxy

This application serves as a converter from REST API response to a Grafana simple json datasource specific data format.

Table data example

[{
    "type": "table",
    "columns": [
        {"text": "OWNER","type": "string"},
        {"text": "TABLE_NAME", "type": "string"}
    ],
    "rows": [
        ["LEAN", "AFS_DEVICE_ITEM"],
        ["LEAN", "AFS_MODULE"],
        ["LEAN", "AFS_NODE"],
        ["LEANHIS","AFS_DEVICE"],
        ["LEANHIS", "AFS_DEVICE_COMPANY"],
        ["LEANHIS", "AFS_DEVICE_DATA_ENTRY"]
    ]
}]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages