-
Notifications
You must be signed in to change notification settings - Fork 89
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 connect: connection refused #114
Comments
Same Problem here: allow_embedding is "true" Did you find a solution? |
|
@lmangani but how? |
What is configured in your homer-app config for the grafana integration? anonymyze as you see fit. |
@lmangani |
We are investigating and trying to replicate - updates will follow from @AlexeyOplachko |
@georghimself hi, if possible can you please create a dashboard with only Grafana widget, reload page with Devtools open on Network tab and copy GET request to /dashboard/store(ping me if you need help with that). It should look something like this: {
"auth": "ok",
"data": {
"alias": "_1658477054693",
"config": {
"columns": 8,
"grafanaProxy": false,
"grafanaTimestamp": false,
"ignoreMinSize": "warning",
"maxrows": 6
},
"dashboardId": "_1658477054693",
"id": "_1658477054693",
"isLocked": false,
"name": "grafana widget test",
"param": "grafana widget test",
"selectedItem": "",
"shared": false,
"type": 1,
"weight": 10,
"widgets": [
{
"cols": 7,
"config": {
"configuredUrl": "https://homer/grafana/d-solo/R6G3kMaMzedddd/%24%7Bmetric%7D%20by%20%24%7Blabel%7D?from=1659387600000\u0026hasVariables=true\u0026orgId=1\u0026panelId=2\u0026rand=789238\u0026refresh=\u0026theme=light\u0026to=1659473999000\u0026viewPanel=6\u0026JWT=anonimisedJWT",
"dashboardSource": "R6G3kMaMzedddd",
"desc": "",
"id": "iframe-1_22f9bf3b-7594-47cb-b910-904df6fa2cf1",
"panelListValue": "${metric} by ${label}",
"params": {
"from": "1659560400000",
"hasVariables": true,
"orgId": 1,
"panelId": 2,
"rand": "628207",
"refresh": "",
"theme": "light",
"to": "1659646799000",
"viewPanel": 6
},
"serverUrl": "http://grafana:3000",
"title": "Grafana",
"typeDataRange": "global",
"url": "/d-solo/R6G3kMaMzedddd/%24%7Bmetric%7D%20by%20%24%7Blabel%7D"
},
"id": "iframe-1_22f9bf3b-7594-47cb-b910-904df6fa2cf1",
"isWarning": false,
"layerIndex": 2,
"minHeight": 300,
"minWidth": 300,
"name": "iframe",
"output": {},
"rows": 5,
"strongIndex": "IframeWidgetComponent",
"tabGroup": "tabIndex-299959",
"title": "Grafana",
"x": 0,
"y": 0
}
]
},
"owner": "admin",
"status": "ok",
"total": 1
} Sensitive parts of data that you might wanna anonymize are following: In the meantime I'll try to replicate this issue |
We have identified source of this issue, and will provide an update in foreseeable future |
awesome. thanks @AlexeyOplachko . so no need for me to replicated again? |
Thank you for your report, we're looking into a fix for this as well 👍 |
Great! Thank you! |
Hello
First, TY for this project!
I love docker and this is a great way to deploy Homer with Grafana under 5 sec!
My Grafana integration works when I directly browse to the Grafana dashboard, I got data in Grafana.
However, I want to use the widgets in the Homer dashboard. But when I add it, I got the following error.
{"message":"remote http://grafana/ unreachable, could not forward: dial tcp X.X.X.X:80: connect: connection refused"}
This is a normal error because Grafana runs on port 3000 and not on port 80.
Where can I adapt this? I prefer that I don't adapt it directly in the container.
Thanks!
The text was updated successfully, but these errors were encountered: