Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.
/ drone-datadog Public archive
forked from urbint/drone-datadog

Sends build version results to Datadog as events

Notifications You must be signed in to change notification settings

GowerStreet/drone-datadog

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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

Languages

  • Go 88.3%
  • Makefile 7.5%
  • Dockerfile 4.2%