monitoring.datadog
to true
in the values.yaml
YAML file. StreamNative Platform allows you to configure Datadog for the components that it deploys. You can enable or disable Datadog collection annotation for components in the values.yaml
YAML file.
datadog
: enable or disable Datadog collection annotation on StreamNative Platform. By default, Datadog collection annotation is disabled.namespace
: specify the Datadog <METRICS_NAMESPACE_PREFIX_FOR_DATADOG>
configuration. You can set the namespace to be prefixed to every metric when viewed in Datadog. By default, it is set to the namespace where the sn-platform
chart is installed.<component>
: specify the component that you want Datadog to collect metrics for. Currently, you can use Datadog to collect metrics for the ZooKeeper, BookKeeper, Pulsar broker, Pulsar proxy, Vault, and Prometheus.enabled
: enable or disable Datadog collection annotation for the specific component. If enabled, you can use Datadog to collect metrics for the specific component.metrics
: specify the metrics to be collected. By default, all metrics ("\"_*\""
) are collected. For a list of supported metrics, see Pulsar metrics and Vault metrics.PROXY_TOKEN
as an environment variable on your Datadog Agent.