fix(infra): update NATS configuration for OpenTelemetry tracing and JetStream support refactor(dapr): modify Dapr sidecar configuration to use new resources path and config file chore(docs): update deployment documentation to include observability services docs(commit-convention): establish commit message guidelines for Asepharyana Hub docs(deploy-workflow): outline CI/CD pipeline and manual deployment steps for Asepharyana Hub feat(event-driven): implement event-driven architecture patterns with Dapr and NATS docs(hub-rules): define repository structure, submodule strategy, and infrastructure patterns
17 lines
290 B
YAML
17 lines
290 B
YAML
apiVersion: dapr.io/v1alpha1
|
|
kind: Configuration
|
|
metadata:
|
|
name: dapr-config
|
|
spec:
|
|
tracing:
|
|
samplingRate: "1"
|
|
stdout: false
|
|
otel:
|
|
endpointAddress: "otel-collector:4317"
|
|
isSecure: false
|
|
protocol: grpc
|
|
metrics:
|
|
enabled: true
|
|
mtls:
|
|
enabled: false
|