Skip to content

Commit

Permalink
Adds dynotrace service
Browse files Browse the repository at this point in the history
  • Loading branch information
bonzofenix committed Oct 9, 2024
1 parent f653de2 commit a338b97
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 a338b97

Please sign in to comment.