-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Grafana-Flow plugin is not show any data with Grafana 11 #92
Comments
@hamidrhashmi I can confirm that, it works on Grafana 10.4.0 but not on 11.1.5. The Hep Flow panel show JavaScript error. |
@hamidrhashmi I just installed the latest version of plugin (v10.2.0) and everything works like before. Just make sure in your setup, heplify server is configured with LokiIPPortLabels = true so that IP and port labels are sent to LOKI (qryn). |
Hi, @amnapa [Unit]
Description=Captures packets from wire and sends them to Hepic
After=network.target
[Service]
Type=fork
Environment="HEPLIFYSERVER_HEPADDR=0.0.0.0:9060"
Environment="HEPLIFYSERVER_HEPTCPADDR=0.0.0.0:9061"
Environment="HEPLIFYSERVER_DBSHEMA=mock"
Environment="HEPLIFYSERVER_DBDRIVER=mock"
Environment="HEPLIFYSERVER_DBADDR="
Environment="HEPLIFYSERVER_LOGLVL=info"
Environment="HEPLIFYSERVER_LOGSTD=true"
Environment="HEPLIFYSERVER_PROMADDR=0.0.0.0:9096"
Environment="HEPLIFYSERVER_DEDUP=false"
Environment="HEPLIFYSERVER_LOKIURL=http://qryn.local:3100/loki/api/v1/push"
Environment="HEPLIFYSERVER_LOKITIMER=1"
Environment="HEPLIFYSERVER_LOKIIPPORTLABELS=true"
ExecStart=/usr/bin/heplify-server
ExecStop=/bin/kill ${MAINPID}
Restart=on-failure
RestartSec=10s
[Install]
WantedBy=multi-user.target |
@hamidrhashmi I recommend setting LokiHEPFilter, like described here, also increase the log level to debug and check if logs are actually sent to qryn. Also make sure that LOKI data source is correctly configured in Grafana and you can query |
I can see data using the provided query see the video, It's showing labels but not Call Flow. |
Thanks @amnapa I can confirm the Flow plugin (and qryn itself) currently only fully target and support Grafana 10.x compatibility We're currently working on the H11 release and Grafana is going through many changes so we're waiting for a stable version of the APIs to resume the integration which might be for 11.x or 12.x depending on their release cycle madness. |
@hamidrhashmi That's strange, Did you change the time interval in Grafana call flow dashboard? because In your video, the explore shows the logs from last hour, but the call flow shows the data in last 5 minutes. |
I have installed the plugin on Grafana v11.4.0 (b58701869e) with the following command
Then I edit the Grafana configuration file
then restart grafana-server
and then imported the attached dashboard ( Call Flow-1733403281102.json ) with Loki data source but its not show any data.
The text was updated successfully, but these errors were encountered: