Skip to content

Sends build version results to Datadog as events

Notifications You must be signed in to change notification settings

urbint/drone-datadog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone - Datadog Integration

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

About

Sends build version results to Datadog as events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published