This panel is compatible with Neo4j Datasource.
Configurations are made in Grafana.
In this section, learn how to configure a Server Status Panel. The steps are given below -
Steps
Click the “Edit” tab
- Enter the Title of the panel.
Click the “General” tab
- Enter the Title of the panel.
- Enter the Description.
Click the “Metrics” tab
- Delete the fake data source.
- Select an appropriate value in Panel data source.
- Select TimeSeries and EnableTarget.
- Enter appropriate Neo4j cypher query and press 'Query Inspector' to ensure result is present. Example: match(n:CLASSROOM) return n.name as Name, n.roll as Roll
Click the “Options” tab
- Put appropriate Panel Title.
- For each alias return statement there will be a set of input boxes to give Name, Choice of aggregation, Type of Data, Threshold values, Display Alias and Value.
Top Section