1.grafana配置opentsdb数据源设置templating,无法获取值.
新增四个配置项 tsd.core.meta.enable_realtime_uid = true
tsd.core.meta.enable_tsuid_tracking = true
tsd.core.meta.enable_tsuid_incrementing = true
tsd.core.meta.enable_realtime_ts = true
2.opentsdb报错
Bad Request on /api/put: Chunked request not supported
新增2个配置
tsd.http.request.enable_chunked = true
tsd.http.request.max_chunk = 65535