~canonical-is-sa/charms/trusty/prometheus/prometheus

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Jacek Nykis
  • Date: 2016-04-27 14:24:07 UTC
  • Revision ID: jacek.nykis@canonical.com-20160427142407-7ixxm6cjd4pidm9c
Composed charms

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
"name": "prometheus"
 
2
"summary": "Monitoring system and timeseries database"
 
3
"maintainer": "Jacek Nykis <jacek.nykis@canonical.com>"
 
4
"description": |
 
5
  Prometheus is a systems and service monitoring system. It collects
 
6
  metrics from configured targets at given intervals, evaluates rule
 
7
  expressions, displays the results, and can trigger alerts if some
 
8
  condition is observed to be true.
 
9
"tags":
 
10
- "monitoring"
 
11
"requires":
 
12
  "target":
 
13
    "interface": "http"
 
14
  "alertmanager-service":
 
15
    "interface": "http"
 
16
"provides":
 
17
  "grafana-source":
 
18
    "interface": "grafana-source"
 
19
  "nrpe-external-master":
 
20
    "interface": "nrpe-external-master"
 
21
    "scope": "container"
 
22
"categories":
 
23
- "misc"
 
24
"storage":
 
25
  "metrics-filesystem":
 
26
    "type": "filesystem"
 
27
    "description": "Storage for prometheus data"
 
28
    "location": "/srv/prometheus"
 
29
    "multiple":
 
30
      "range": "0-1"
 
31
  "metrics-block":
 
32
    "type": "block"
 
33
    "description": "Storage for prometheus data"
 
34
    "multiple":
 
35
      "range": "0-1"
 
36
"subordinate": !!bool "false"