nodegraph-api-plugin icon indicating copy to clipboard operation
nodegraph-api-plugin copied to clipboard

A data source plugin for nodegraph panel in grafana

Results 6 nodegraph-api-plugin issues
Sort by recently updated
recently updated
newest added

In this PR, the URL paths for graph fields and graph data were fixed, so this is now configurable. Default values of URL paths for graph fields and graph data...

This solves issue #20 and is a very simple (3 line solution). the way to use it is by specifying a links array in the fields JSON `{ "edges_fields": [...

I'm research how I go about using this plugin and can more or less see that i need to implement a very specific API with specific path structures. Now i'm...

enhancement

prototype/proposal patch implementing functionality discussed in issue #20 for adding optional links (external and internal) to graph nodes. Link parameters format is similar to the `details__` field: ``` link__{uniquename}__parameter =...

**Is your feature request related to a problem? Please describe.** I was trying to figure out why the context menu wasn't being displayed, then I came across this issue https://github.com/hoptical/nodegraph-api-plugin/issues/17....

enhancement

**Describe the bug** The Node Graph API plugin fails to correctly add the datasource URL when using the Grafana API to add the datasource. Although the datasource appears to be...

bug