You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# SECURITY OAUTH2 RESOURCE SERVER ({sc-spring-boot-autoconfigure}/security/oauth2/resource/OAuth2ResourceServerProperties.{sc-ext}[OAuth2ResourceServerProperties])
537
538
spring.security.oauth2.resourceserver.jwt.jwk-set-uri= # JSON Web Key URI to use to verify the JWT token.
538
-
spring.security.oauth2.resource.jwt.issuer-uri= # URI that an OpenID Connect Provider asserts as its Issuer Identifier.
539
+
spring.security.oauth2.resourceserver.jwt.issuer-uri= # URI that an OpenID Connect Provider asserts as its Issuer Identifier.
539
540
540
541
# ----------------------------------------
541
542
# DATA PROPERTIES
@@ -1403,10 +1404,10 @@ content into your application. Rather, pick only the properties that you need.
1403
1404
management.metrics.export.datadog.read-timeout=10s # Read timeout for requests to this backend.
1404
1405
management.metrics.export.datadog.step=1m # Step size (i.e. reporting frequency) to use.
1405
1406
management.metrics.export.datadog.uri=https://app.datadoghq.com # URI to ship metrics to. If you need to publish metrics to an internal proxy en-route to Datadog, you can define the location of the proxy with this.
1406
-
management.metrics.export.dynatrace.api-token= # Dynatrace API token.
management.metrics.export.dynatrace.batch-size=10000 # Number of measurements per request to use for this backend. If more measurements are found, then multiple requests will be made.
1408
1409
management.metrics.export.dynatrace.connect-timeout=1s # Connection timeout for requests to this backend.
1409
-
management.metrics.export.dynatrace.deviceId= # ID of the custom device that is exporting metrics to Dynatrace.
1410
+
management.metrics.export.dynatrace.device-id= # ID of the custom device that is exporting metrics to Dynatrace.
1410
1411
management.metrics.export.dynatrace.enabled=true # Whether exporting of metrics to this backend is enabled.
1411
1412
management.metrics.export.dynatrace.num-threads=2 # Number of threads to use with the metrics publishing scheduler.
1412
1413
management.metrics.export.dynatrace.read-timeout=10s # Read timeout for requests to this backend.
0 commit comments