~wesmason/charms/trusty/telegraf/bump-charm-helpers

« back to all changes in this revision

Viewing changes to metadata.yaml

  • Committer: Guillermo Gonzalez
  • Date: 2016-01-29 18:24:27 UTC
  • Revision ID: guillermo.gonzalez@canonical.com-20160129182427-8pcm6ykuo2ays6ij
initial commit, working with limited plugin support: mongodb, postgresql, elasticsearch and single output to influxdb

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
name: telegraf
 
2
summary: The plugin-driven server agent for collecting & reporting metrics.
 
3
maintainer: Guillermo Gonzalez <guillermo.gonzalez@canonical.com>
 
4
description: |
 
5
  Telegraf is an agent written in Go for collecting metrics from the system it's running on, or from other services, and writing them into InfluxDB or other outputs.
 
6
 
 
7
  Design goals are to have a minimal memory footprint with a plugin system so that developers in the community can easily add support for collecting metrics from well known services (like Hadoop, Postgres, or Redis) and third party APIs (like Mailchimp, AWS CloudWatch, or Google Analytics).
 
8
 
 
9
  New input and output plugins are designed to be easy to contribute, we'll eagerly accept pull requests and will manage the set of plugins that Telegraf supports. See the contributing guide for instructions on writing new plugins.
 
10
tags:
 
11
  # Replace "misc" with one or more whitelisted tags from this list:
 
12
  # https://jujucharms.com/docs/stable/authors-charm-metadata
 
13
  - monitoring
 
14
subordinate: true
 
15
requires:
 
16
  postgresql: 
 
17
    interface: pgsql
 
18
    scope: container
 
19
  mongodb: 
 
20
    interface: mongodb
 
21
    scope: container
 
22
  elasticsearch: 
 
23
    interface: elasticsearch
 
24
    scope: container
 
25
  influxdb-api:
 
26
    interface: influxdb-api