Sign inSign up

urbint/drone-datadog

By urbint

Updated over 9 years ago

Generates Events in Datadog to correlate with releases deployed via Drone

Image
0

2.4K

urbint/drone-datadog repository overview

GitHub: https://github.com/urbint/drone-datadog

Generates a small dockerized tool that notifies Datadog whenever a build is successfully deployed.

The format for the event content is:

release-[environment]: [version]

where [environment] is generally something like "prod" or "staging" and [version] is whatever you are using for version identification (usually a semver, a hash, or a timestamp)

When running the program or the docker instance, the following environment variables need to be set:

For example:

pipeline:
  datadog-staging:
    image: urbint/drone-datadog
    dd_api_key: 1234567890abcdefg1234567890abcde
    dd_release_version: ${DRONE_COMMIT}
    dd_release_environment: staging
    when:
      branch: master

Tag summary

Content type

Image

Digest

Size

5.1 MB

Last updated

over 9 years ago

docker pull urbint/drone-datadog