Hi,
I get the following:
EROR[05-23|09:51:35] Rendering failed. logger=context userId=72 orgId=1 uname=theo error="Failed to send request to remote rendering service. Get http://myserver.localdomain:8081/render?domain=localdomain&encoding=&height=6000&renderKey=fTozC8NQnHQYEoJVbh1QFkPQaCMVVu0E&timeout=3000&timezone=&url=https%3A%2F%2Flocaldomain%3A8033%2Fdashboard%2Fdb%2Fdevice-dashboard-5-min-samples-copy%3ForgId%3D1%26theme%3Dlight%26width%3D2500%26height%3D6000%26timeout%3D3000%26render%3D1&width=2500: net/http: HTTP/1.x transport connection broken: malformed HTTP status code “\x00\xfe\x03\x00\x00\x00\x01\x00\x00\x04\b\x00\x00\x00\x00\x00\x00?\x00\x01\x00\x00\b\x06\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00"”
EROR[05-23|09:51:35] Request Completed logger=context userId=72 orgId=1 uname=theo method=GET path=/render/dashboard/db/device-dashboard-5-min-samples-copy status=500 remote_addr=192.168.10.2 time_ms=8 size=1722 referer=“https://myserver.localdomain:8033/d/g9s4FbWZk/device-dashboard-5-min-samples-copy?orgId=1”
I placed the plugin in the grafana plugins directory, however it does not start automatically. I started it as folllows:
$ ./plugin_start_linux_amd64
1|1|tcp|127.0.0.1l:8081|grpc
Renderer plugin started
I had to adjust the port in grpc-plugin.js, otherwise it defaults to port 50059
Platform: RHEL7
NodeJS: v10.14.1
How do I fix this?
/Theo