Macropower Analytics Plugin

  • What Grafana version and what operating system are you using?
    I am running Grafana 11.1.0 OSS inside AWS ECS. Macropower Analytics Plugin version 2.1.0

  • What are you trying to achieve?
    I am trying to setup Analytics for Grafana to get information about specific pages.

  • How are you trying to achieve it?
    I am trying to set Macropower Analytics Plugin (Installed Plugin, set it on the page, set Macropower Default (GO) Server on other AWS ECS-Fargate). Ports exposed for both containers. Working in the same namespace and able to communicate.

  • What happened?
    For Macropower GO Server, when Plugin try to send JSON it received “Timeout” in browser request. I noticed that for Macropower Analytics Server /metrics is working fine, but /write not sure if it is working.

  • What did you expect to happen?
    I expected POST requests (containing JSON) sent from Grafana should be processed by Macropower Analytics Server.

  • Can you copy/paste the configuration(s) that you are having problems with?
    it is URL for Grafana: https://LB_DNS:3000/
    and URL for Macropower Analytics Server https://LB_DNS:8080/write
    Quering of Macropower Analytics Server from Prometheus job using target LB_DNS:8080/metrics is working fine.

  • Did you receive any errors in the Grafana UI or in related logs? If so, please tell us exactly what they were.
    Errors are visible in browser:




  • Did you follow any online instructions? If so, what is the URL?
  • I followed regular documentation for Grafana and documentation for Macropower Analytics Plugin.
    Does plugin work with Grafana 11.1.0 OSS?