This is a temporary glance agent service written in Go for the server-stats widget. See glanceapp/glance#360 for more details.
The following environment variables are available:
GLANCE_AGENT_SECRET(required): secret token to use. Must match what is set in glance configuration.GLANCE_AGENT_HOST(optional): host interface address to bind service to. Defaults to an empty string.GLANCE_AGENT_PORT(optional): port to bind service to. Defaults to8080.