Grafana Proxy
less than a minute
This microservice is still in development and is not considered stable for production use
How it works
The grafana-proxy microservice serves an HTTP REST endpoint located at
/api/v1/{service}/{data}
. The service
parameter specifies the backend
service to which the request should be proxied, like factoryinput or
factoryinsight. The data
parameter specifies the API endpoint to forward to
the backend service. The body of the HTTP request is used as the payload for
the proxied request.
What’s next
- Read the Grafana Proxy reference documentation to learn more about the technical details of the Grafana Proxy microservice.
Last modified November 12, 2024: Merge pull request #308 from united-manufacturing-hub/fix/xxx/correct-opc-ua-simulator-get-started (56093f1)