Request handler that handles event submissions from elastic-ipfs, reduces them into some metrics, and makes the metrics available to a prometheus scraper.
key/value pairs to include as labels on all prometheus metrics (these will not be stored)
Example:
{ "job": "foo", "instance": "production" }
Description of clients of this service, how to authenticate them, and what capabilities they have. Keys correspond to HTTP Basic Authentication usernames.
{
"userA": {
"capabilities": ["postEvent", "getMetrics"],
"passwords": ["passwordA"]
}
}