forked from DataDog/integrations-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
manifest.json
43 lines (43 loc) · 1.13 KB
/
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
32
33
34
35
36
37
38
39
40
41
42
43
{
"maintainer": "[email protected]",
"manifest_version": "1.0.0",
"name": "coredns",
"metric_prefix": "coredns.",
"metric_to_check": "coredns.request_count",
"display_name": "CoreDNS",
"short_description": "CoreDNS collects DNS metrics in Kubernetes.",
"support": "core",
"supported_os": [
"linux"
],
"guid": "9b316155-fc8e-4cb0-8bd5-8af270759cfb",
"public_title": "Datadog-CoreDNS Integration",
"categories": [
"containers",
"network",
"autodiscovery",
"log collection"
],
"type": "check",
"aliases": [],
"is_public": true,
"creates_events": false,
"integration_id": "coredns",
"assets": {
"configuration": {
"spec": "assets/configuration/spec.yaml"
},
"monitors": {
"[CoreDNS] Cache hits count low": "assets/monitors/coredns_cache_hits_low.json",
"[CoreDNS] Request duration high": "assets/monitors/coredns_request_duration_high.json"
},
"dashboards": {
"CoreDNS": "assets/dashboards/coredns.json"
},
"service_checks": "assets/service_checks.json",
"logs": {
"source": "coredns"
},
"metrics_metadata": "metadata.csv"
}
}