使用了多层的代理方式,一层没有此问题文章来源:https://www.toymoban.com/news/detail-651031.html
错误
WebSocket connection to ‘wss://ip地址/grafana01/api/live/ws’ failed:
日志报错
msg=“Request Completed” method=GET path=/api/live/ws status=403文章来源地址https://www.toymoban.com/news/detail-651031.html
解决方式
# allowed_origins is a comma-separated list of origins that can establish connection with Grafana Live.
# If not set then origin will be matched over root_url. Supports wildcard symbol "*".
allowed_origins ="*"
到了这里,关于grafana 的 ws websocket 连接不上的解决方式的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!