Skip to content

byronwolfman/integrations-core

This branch is 1 commit ahead of, 14075 commits behind DataDog/integrations-core:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e89d31c · Oct 2, 2018
Aug 9, 2018
Oct 1, 2018
Aug 30, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Aug 7, 2018
Sep 28, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 28, 2018
Sep 26, 2018
Sep 28, 2018
Sep 26, 2018
Sep 25, 2018
Oct 1, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 26, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 26, 2018
Sep 26, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Oct 1, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 28, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 26, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 28, 2018
Sep 25, 2018
Sep 28, 2018
Aug 7, 2018
Sep 26, 2018
Sep 25, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 18, 2018
Sep 25, 2018
Sep 27, 2018
Sep 26, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 26, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Oct 1, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Sep 25, 2018
Oct 1, 2018
Oct 1, 2018
Oct 1, 2018
Sep 25, 2018
Sep 26, 2018
Sep 28, 2018
Aug 27, 2018
Sep 12, 2018
Jul 18, 2018
Jul 6, 2017
Jun 5, 2018
Sep 26, 2018
Jul 19, 2018
Sep 20, 2018
Jun 28, 2018
Feb 13, 2018
Sep 20, 2018
Sep 6, 2018
Jun 14, 2018
Oct 1, 2018

Repository files navigation

Datadog Agent Integrations - Core

Build status Build status Coverage status Documentation Status

This repository contains the Agent Integrations (also known as checks) that Datadog officially develops and supports. To add a new integration, please see the Integrations Extras repository and the accompanying documentation.

The Datadog Agent packages are equipped with all the Integrations from this repository, so to get started using them, you can simply install the Agent for your operating system. The AGENT_CHANGELOG file shows which Integrations have been updated in each Agent version.

Integrations as Python wheels

When working with an integration, you will now be dealing with a more structured python project. The new structure should help keep a more sane and modular codebase. To help with the transition, please take a look at the following map to understand where everything falls into place in the new approach.

FORMER LOCATION NEW LOCATION
{integration}/check.py {integration}/datadog_checks/{integration}/*.py
{integration}/test_check.py {integration}/tests/*.py
n/a {integration}/setup.py

Now that integrations are cleanly defined as python packages, we will soon be able to ship them as Python wheels that will be pip-installable in the Python environment embedded into the Datadog Agent. This presents a paradigm change in the way we will be delivering standalone integration upgrades, moving away from OS-specific packages to idiomatic Python package delivery.

Contributing

Working with integrations is easy, the main page of the development docs contains all the info you need to get your dev enviroment up and running in minutes to run, test and build a Check. More advanced API documentation can be found here

Reporting Issues

For more information on integrations, please reference our documentation and knowledge base. You can also visit our help page to connect with us.

About

Core integrations of the datadog agent

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.2%
  • Erlang 0.4%
  • Shell 0.2%
  • Ruby 0.1%
  • Dockerfile 0.1%
  • Go 0.0%