Configure minimum time between requests
Dynatrace Operator version 0.11.0+
Dynatrace Operator makes regular calls to Dynatrace to gather the information necessary to function properly.
The minimum time between requests from the Dynatrace Operator, which was previously hard coded to 15 minutes to reduce network load, can now be configured.
To set this time (in minutes), add the feature.dynatrace.com/dynatrace-api-request-threshold
annotation to your DynaKube.
apiVersion: dynatrace.com/v1beta1
kind: DynaKube
metadata:
annotations:
feature.dynatrace.com/dynatrace-api-request-threshold: "5"
The Operator makes three different types of requests for:
- ActiveGate connection details
- OneAgent connection details
- Token scope verification
The specified interval is counted independently for each of these request types.