@문제 https 적용 후 grafana 대시보드를 삽입한 자체 개발 페이지 접속 시 화면은 정상적으로 표시되나 F12 디버그 모드로 볼때 아래와 같은 에러 발생 서버에서 그래프 수정시 자체개발 페이지에서도 실시간 수정사항이 반영되지 않음. @해결방법 Grafana 자체에 서버에서 일어나는 변경사항에 대한 실시간 반영(push)를 위한 메시지 엔진이 돌아가고 있으며 front-end 와 websocket 으로 연동하고 있음 https://grafana.com/docs/grafana/latest/live/ Grafana Live overview Grafana Live is a real-time messaging engine introduced in Grafana v8.0. With Grafana Live, you can push event data to a frontend as soon as an event occurs. This could be notifications about dashboard changes, new frames for rendered data, and so on. Live features can help eliminate a page reload or polling in many places, it can stream Internet of things (IOT) sensors or any other real-time data to panels. Note: By real-time , we indicate a soft real-time. Due to network latencies, garbage collection cycles, and so on, the delay of a delivered message can be up to several hundred milliseconds or higher. Concepts Grafana Live sends data to clients over persistent WebSocket connect