WebService-DataDog

DESCRIPTION

This module allows you to interact with DataDog (http://http://www.datadoghq.com/), a service that will "Capture metrics and events, then graph, filter, and search to see what's happening and how systems interact. Datadog is a service for IT, Operations and Development teams who write and run applications at scale, and want to turn the massive amounts of data produced by their apps, tools and services into actionable insight."

This module encapsulates all the communications with the REST API provided by DataDog to offer a Perl interface to metrics, dashboards, events, alerts, host tags, etc.

You can find your API key, and generate application keys at https://app.datadoghq.com/account/settings

For help with graph definitions (when creating/updating dashboards), please visit http://docs.datadoghq.com/graphing/ and http://help.datadoghq.com/kb/graphs-dashboards/graph-primer

Build status: Build Status

Test coverage: Coverage Status

INSTALLATION

To install this module, run the following commands:

perl Build.PL
./Build
./Build test
./Build install

NOTES

SUPPORT AND DOCUMENTATION

After installing, you can find documentation for this module with the perldoc command.

perldoc WebService::DataDog

You can also look for information at:

Copyright (C) 2015 Jennifer Pinkham

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License version 3 as published by the Free Software Foundation.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/