Skip to content

johannes-b/dynatrace-resource

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dynatrace UFO resource for Concourse

Allows pushing deployment event data to Dynatrace Allows pulling performance metrics from Dynatrace to validate builds Used within the PivotalDevOpsPipeline demo

Resource Type Configuration

resource_types:
- name: dynatrace-resource
  type: docker-image
  source:
    repository: mvilliger/dynatrace-resource

Source Configuration

- name: dynatrace
  type: dynatrace-resource
  source:
    apitoken: sampleapitoken
    tenanthost: sampletenanthost

Behavior

check: Nothing yet

in: Nothing yet

out: Pushes Deployment event to Dynatrace

Pushes a deployment event to Dynatrace to the service specified in the monspec file

Parameters

Required:

  • APP_REPO: Must match name of resource containing monspec file
  • monspecserviceenvironment: Must match toplevel entry in monspec file plus environment name, i.e. "SampleJSonService/Staging"
  • pipelinetaskname: Label for the task/job being executed, i.e.: "TestStagingDeployment"
  • deployversion: a version number for the release, i.e.: "v1.4"

A sample pipeline utilizing this resource can be found in the PivotalDevOpsPipeline repo.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 89.2%
  • Dockerfile 10.8%