Skip to content

Latest commit

 

History

History

pulsar

Agent Check: Pulsar

Overview

This check monitors Pulsar through the Datadog Agent.

Setup

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.

Installation

The Pulsar check is included in the Datadog Agent package. No additional installation is needed on your server.

Configuration

  1. Edit the pulsar.d/conf.yaml file, in the conf.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.

  2. Restart the Agent.

Validation

Run the Agent's status subcommand and look for pulsar under the Checks section.

Data Collected

Metrics

See metadata.csv for a list of metrics provided by this check.

Log collection

  1. The Pulsar log integration supports Pulsar's default log format. Clone and edit the integration pipeline if you have a different format.

  2. Collecting logs is disabled by default in the Datadog Agent. Enable it in your datadog.yaml file:

    logs_enabled: true
  3. 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
  4. Restart the Agent

Events

The Pulsar integration does not include any events.

Service Checks

See service_checks.json for a list of service checks provided by this integration.

Troubleshooting

Need help? Contact Datadog support.