Hi,
please help to resolve problem with configuring Grafana.
I do not understand the logic.
I followed the procedure of configuring by this post:
I uploaded JSON file for metrics dashboard, file was taken from the post author.
In post procedure, when going to Dashboards > Created Dashboard > It shows PC_NAME (of author - near the instance) which says that successfully took the metrics, monitoring SQL server.
In my case, near the instance (in the top left) - it shows nothing. Sequentially all metrics are blank.
Can you advice where can be the source of problem?
There is step named as ‘Telegraf’ - editing sqlserver_telegraf.conf file.
I edited it - added monitoring SQL Server instance (it’s other server) in section [[Inputs.sqlserver]]
in step named as ‘Final Install steps’
copied 2 files - telegraf.exe and sqlserver_telegraf.conf files to monitoring server.
and installed service by command:
telegraf.exe --service install --config D:\Distr\sqlserver_telegraf.conf"
Service was started
User ‘telegraf’ was created in Monitoring SQL instance with permissions.
Installed Grafana
In step ‘Data Sources’ - created new connection. Test passed successfully. (InfluxDB was previously created)
In step ‘Dashboards’ - imported JSON file from post.
Telegraf (in role of agent transmitting metrics to InfluxDB)
InfluxDB (DB for storing metrics)
In my case, InfluxDB and Grafana are located in the same server.
If MSSQL variable is needed here? If Telegraf agent was installed on monitoring server separatley?