The documentation you are viewing is for Dapr v1.8 which is an older version of Dapr. For up-to-date documentation, see the latest version.
Configuration (配置)
变更 Dapr sidecars 或全局 Dapr 系统服务的行为
您可以在 Dapr 控制面板中更改 Dapr 全局系统服务配置,这些设置能够改变单个 Dapr 应用程序 sidecar。
配置定义和部署形式为 YAML 文件。 一个应用程序配置示例就像这样:
apiVersion: dapr.io/v1alpha1
kind: Configuration
metadata:
name: daprConfig
namespace: default
spec:
tracing:
samplingRate: "1"
zipkin:
endpointAddress: "http://localhost:9411/api/v2/spans"
这个配置文件配置了遥测录制跟踪。 你可以在自托管模式中通过编辑 .dapr
目录中名为 config.yaml
的配置文件进行加载;或者通过 kubectl/helm 应用到您的 Kubernetes 集群。
阅读 此页面 查看所有配置选项的列表。
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.