community-catalog/templates/datadog/1/rancher-compose.yml
Jan B db8c91735b Update Datadog template to 1.1.0-11.0.5110 (#431)
* Datadog Agent 11.0.5110 - copy template files

* Datadog Agent 11.0.5110 - changes

* Add maximum Rancher version v1.1.99 to older templates

* Add note about service discovery limitations on Rancher > v1.2
2017-02-24 11:11:25 -07:00

44 lines
1.6 KiB
YAML
Executable File

.catalog:
name: "DataDog"
version: "11.0.570-rancher1"
description: "Real-time performance tracking and visualization of your container-based application deployment"
minimum_rancher_version: v0.46.0
maximum_rancher_version: v1.1.99
questions:
- variable: "api_key"
label: "DataDog Api Key"
description: "Your DataDog API key"
required: true
type: "string"
- variable: "host_labels"
label: "Host Labels to DataDog Tags"
description: |
Comma delimited list of host labels to use as DataDog 'key:value' tags.
Example: 'instance-flavor,aws-region'
required: false
type: "string"
- variable: "global_service"
label: "Deploy as Global Service"
description: |
Enable this option to run an instance of the DataDog Agent on every host.
If you merely want a StatsD aggregator to which other services can send
metrics, then you probably want to disable this and instead enable the Standalone mode.
required: true
type: "boolean"
default: true
- variable: "statsd_standalone"
label: "Deploy Standalone DogStatsD"
description: |
Enable this option to run only DogStatsD without the full Agent.
You can then send StatsD metrics to port 8125/udp of the service.
required: true
type: "boolean"
default: false
- variable: "statsd_namespace"
label: "StatsD Metric Namespace"
description: |
You may optionally set a namespace for all StatsD metrics aggregated by this service so
that 'metric.name' will become 'namespace.metric.name'.
required: false
type: "string"