wolfstudy commented on issue #5918: pop up "Templating init failed " when 
querying topics on grafana dashboard
URL: https://github.com/apache/pulsar/issues/5918#issuecomment-570518301
 
 
   @dockerzhang i can't reproduce your issue.
   
   My step of reproduce:
   
   - cd deployment/kubernetes/helm
   - helm install test-pulsar --values ./pulsar/values-mini.yaml ./pulsar
   - kubectl exec -it test-pulsar-grafana-5b6db946f9-dprkg -n pulsar  /bin/bash
   - curl -v http://127.0.0.1:3000/dashboard/file/topic.json?refresh=5s&orgId=1
   
   the output as follows:
   
   ```
   root@test-pulsar-grafana-5b6db946f9-dprkg:/# curl -v 
http://127.0.0.1:3000/dashboard/file/topic.json?refresh=5s&orgId=1
   [1] 44
   root@test-pulsar-grafana-5b6db946f9-dprkg:/# * Hostname was NOT found in DNS 
cache
   *   Trying 127.0.0.1...
   * Connected to 127.0.0.1 (127.0.0.1) port 3000 (#0)
   > GET /dashboard/file/topic.json?refresh=5s HTTP/1.1
   > User-Agent: curl/7.38.0
   > Host: 127.0.0.1:3000
   > Accept: */*
   >
   < HTTP/1.1 200 OK
   < Content-Type: text/html; charset=UTF-8
   < Set-Cookie: grafana_sess=b35b59c93ab33f25; Path=/; HttpOnly
   < Date: Fri, 03 Jan 2020 09:31:48 GMT
   < Transfer-Encoding: chunked
   
   ....
   ```
   
   - helm version
   
   ```
   version.BuildInfo{Version:"v3.0.2", 
GitCommit:"19e47ee3283ae98139d98460de796c1be1e3975f", GitTreeState:"clean", 
GoVersion:"go1.13.5"}
   ```
   
   @dockerzhang please provide more info for this.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to