Application and control plane configuration
Dapr configurations are settings and policies that enable you to change both the behavior of individual Dapr applications, or the global behavior of the Dapr control plane system services. For example, you can set an ACL policy on the application sidecar configuration which indicates which methods can be called from another application, or on the Dapr control plane configuration you can change the certificate renewal period for all certificates that are deployed to application sidecar instances.
This configuration configures tracing for metrics recording. It can be loaded in local self-hosted mode by editing the default configuration file called file in your .dapr
directory, or by applying it to your Kubernetes cluster with kubectl/helm.
apiVersion: dapr.io/v1alpha1
name: daprsystem
namespace: default
enabled: true
workloadCertTTL: "24h"
Visit overview of Dapr configuration options for a list of the configuration options.