forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmanifest.json
31 lines (31 loc) · 864 Bytes
/
manifest.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"categories": [
"web",
"log collection"
],
"creates_events": true,
"description": "The HAProxy integration helps to collect performance and availability metrics from HAProxy instances.",
"display_name": "HAProxy",
"guid": "cd935030-131f-4545-8b6a-a4ca21b8565b",
"is_public": true,
"maintainer": "[email protected]",
"manifest_version": "1.0.0",
"metric_prefix": "haproxy.",
"metric_to_check": "haproxy.frontend.bytes.in_rate",
"name": "haproxy",
"process_signatures": [
"haproxy",
"haproxy-master",
"haproxy-controller"
],
"public_title": "Datadog-HAProxy Integration",
"short_description": "Monitor key metrics for requests, responses, errors, bytes served, and more.",
"support": "core",
"supported_os": [
"linux",
"mac_os",
"windows"
],
"type": "check",
"integration_id": "haproxy"
}