grafana-proxy

The technical documentation of the microservice grafana-proxy, which proxies requests to backend services

This microservice is still in development and is not considered stable for production use

This program proxies requests to backend services, if the requesting user is logged in to grafana and part of the organization he requests.

Environment variables

This chapter explains all the variables used in grafana-proxy

Variable nameDescriptionTypePossible valuesExample value
FACTORYINPUT_BASE_URLSpecifies the DNS name /IP address to connect to factoryinputstringall DNS names or IP addresseshttp://united-manufacturing-hub-factory-service
FACTORYINPUT_KEY?``
FACTORYINPUT_USERSpecifies the user of the REST APIstringalljeremy
FACTORYINSIGHT_BASE_URLSpecifies the DNA name / IP address to connect to factoryinsightstringall DNS names or IP addresseshttp://united-manufacturing-hub-factoryinsight-service
LOGGING_LEVELDefines which logging level is used, mostly relevant for developers. If logging level is not DEVELOPMENT, default logging will be usedstringanyDEVELOPMENT
Last modified February 17, 2023: update (#208) (ea731fc)