cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

What are the valid options for the oneagent.dynatrace.com/technologies annotation?

joshua_brard
Participant

 

What are the valid options for the oneagent.dynatrace.com/technologies annotation?
Where can I find documentation on this?

 

Example below

apiVersion: apps/v1
kind: Deployment
metadata:
  name: sample-app
spec:
  selector:
    matchLabels:
      app: sample-app
  strategy:
    type: Recreate
  template:
    metadata:
      annotations:
        # The configuration for app-only injection should be set here.
        oneagent.dynatrace.com/technologies: "java,nginx"
        oneagent.dynatrace.com/flavor: "musl"
        oneagent.dynatrace.com/inject: "true"
        oneagent.dynatrace.com/install-path: "/dynatrace"
        oneagent.dynatrace.com/installer-url: "https://my-custom-url/route/file.zip"
      labels:
        app: sample-app
    spec:
      containers:
      - command: [ "java", "-jar", "/app/app.jar" ]
        image: "my-image"
        # ...

 

1 REPLY 1

Featured Posts