Skip to content

Commit

Permalink
Merge pull request #3256 from cloudfoundry/782/add-dynotrace-to-mta
Browse files Browse the repository at this point in the history
Adds dynotrace service
  • Loading branch information
bonzofenix authored Oct 10, 2024
2 parents 273167e + 5666bb0 commit 2e8ad94
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/autoscaler/mta.tpl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,13 @@ modules:
path: .
properties:
GO_INSTALL_PACKAGE_SPEC: code.cloudfoundry.org/app-autoscaler/src/autoscaler/metricsforwarder/cmd/metricsforwarder
DT_RELEASE_BUILD_VERSION: ${mta-version}
requires:
- name: config
- name: policydb
- name: syslog-client
- name: app-autoscaler-application-logs
- name: app-autoscaler-dynatrace
parameters:
memory: 1G
disk-quota: 1G
Expand Down Expand Up @@ -51,3 +53,7 @@ resources:
parameters:
service: application-logs
service-plan: standard
- name: app-autoscaler-dynatrace
type: org.cloudfoundry.existing-service
active: false
optional: true

0 comments on commit 2e8ad94

Please sign in to comment.