statsd_exporter/CloudronManifest.json

40 lines
1.1 KiB
JSON

{
"id": "io.caric.git.mirrors.statsd_exporter",
"title": "statsd_exporter",
"author": "Rafael Caricio",
"description": "file://README.md",
"changelog": "file://CHANGELOG.md",
"tagline": "StatsD to Prometheus metrics exporter",
"version": "1.0.0",
"memoryLimit": 589719142400,
"healthCheckPath": "/metrics",
"httpPort": 9102,
"udpPorts": {
"STATSD_PORT": {
"title": "StatsD receiver port",
"description": "Port over which the server listens for StatsD metrics",
"defaultValue": 9125,
"containerPort": 9125
}
},
"tcpPorts": {
"STATSD_TCP_PORT": {
"title": "StatsD receiver port over TCP",
"description": "Port over which the server listens for StatsD metrics",
"defaultValue": 9125,
"containerPort": 9125
}
},
"addons": {
"localstorage": {}
},
"manifestVersion": 2,
"website": "https://docs.searxng.org",
"contactEmail": "support@caric.io",
"tags": [
"metrics", "observability", "prometheus"
],
"minBoxVersion": "5.3.0",
"documentationUrl": "https://git.caric.io/mirrors/statsd_exporter"
}