Skip to content

Latest commit

 

History

History

kyototycoon

KyotoTycoon Integration

Overview

The Agent's KyotoTycoon check tracks get, set, and delete operations, and lets you monitor replication lag.

Setup

Installation

The KyotoTycoon check is included in the Datadog Agent package, so you don't need to install anything else on your KyotoTycoon servers.

Configuration

  1. Edit the kyototycoon.d/conf.yaml file, in the conf.d/ folder at the root of your Agent's configuration directory. See the sample kyototycoon.d/conf.yaml for all available configuration options:

    init_config:
    
    instances:
        #  Each instance needs a report URL.
        #  name, and optionally tags keys. The report URL should
        #  be a URL to the Kyoto Tycoon "report" RPC endpoint.
        #
        #  Complete example:
        #
        - report_url: http://localhost:1978/rpc/report
        #   name: my_kyoto_instance
        #   tags:
        #     foo: bar
        #     baz: bat
  2. Restart the Agent to begin sending Kong metrics to Datadog.

Validation

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

Data Collected

Metrics

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

Events

The KyotoTycoon check does not include any events.

Service Checks

kyototycoon.can_connect:

Returns CRITICAL if the Agent cannot connect to KyotoTycoon to collect metrics, otherwise OK.

Troubleshooting

Need help? Contact Datadog support.