This check monitors Pulsar through the Datadog Agent.
Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the Autodiscovery Integration Templates for guidance on applying these instructions.
The Pulsar check is included in the Datadog Agent package. No additional installation is needed on your server.
-
Edit the
pulsar.d/conf.yaml
file, in theconf.d/
folder at the root of your Agent's configuration directory to start collecting your pulsar performance data. See the sample pulsar.d/conf.yaml for all available configuration options.
Run the Agent's status subcommand and look for pulsar
under the Checks section.
See metadata.csv for a list of metrics provided by this check.
-
The Pulsar log integration supports Pulsar's default log format. Clone and edit the integration pipeline if you have a different format.
-
Collecting logs is disabled by default in the Datadog Agent. Enable it in your
datadog.yaml
file:logs_enabled: true
-
Uncomment and edit the logs configuration block in your
pulsar.d/conf.yaml
file. Change the path parameter value based on your environment. See the sample pulsar.d/conf.yaml for all available configuration options.logs: - type: file path: /pulsar/logs/pulsar.log source: pulsar
The Pulsar integration does not include any events.
See service_checks.json for a list of service checks provided by this integration.
Need help? Contact Datadog support.