Skip to content

akirasoft1/dynatrace-resource

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
in
 
 
out
 
 
 
 

Dynatrace 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", will not be used if VERSION_FILE is defined
  • VERSION_FILE: points to file used to track version, i.e. when using the semver resource, overwrites deployversion

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