-
Notifications
You must be signed in to change notification settings - Fork 3
/
structure.json
34 lines (34 loc) · 1.38 KB
/
structure.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
{
"items": [
{
"title": "Drone CI",
"description": "Automate software building and testing. Drone by Harness is our self-service continuous integration platform.",
"path": "drone-ci"
},
{
"title": "ElastAlert",
"description": "EOL : Automated rule-based alerting for Elasticsearch. While shortly to be decomissioned, this legacy toolkit works well for elastic implementations that are v5 and below.",
"path": "elastalert"
},
{
"title": "Grafana",
"description": "Dashboard anything. Observe everything. Grafana is our single-pane of glass for telemetry data.",
"path": "grafana"
},
{
"title": "Prometheus",
"description": "From metrics to insight, power your metrics and alerting with the leading open-source monitoring solution. Prometheus is our premier poll-based metrics platform.",
"path": "prometheus"
},
{
"title": "StatsD",
"description": "Fire and forget statistical analysis on a push-based architecture. StatsD is a strong legacy platforms that provides ease of implementation from hosts to serverless.",
"path": "statsd"
},
{
"title": "Terraform",
"description": "Automate infrastructure on any cloud or service. Terraform IS infrastructure as code, and is how we build repeatable environments and solutions.",
"path": "terraform"
}
]
}