Giter Club home page Giter Club logo

integrations-core's Introduction

Datadog Agent Integrations - Core

Build Status Build 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 checks from this repository, so to get started using them, you can simply install the Agent for your operating system.

General documentation about the project can be found here

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

A note about installing

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.

Agent releases starting from version 5.21 bundle the latest wheels for any integration, but at the moment you can't upgrade or downgrade between releases.

Each Datadog Agent release will continue to ship a set of the most up to date stable integrations available. The requirements-agent-release.txt file at the root of this repo is the best place to check what Integration version is shipped with each Agent.

Note The release process is currently in flux as we move toward the ability to ship wheels independently of Agent releases. Due to this, the Changelog may show a version and release that isn't yet available to download. Please check the below table to see which Integration versions are shipped with your Agent install.

Agent Version List of Shipped Integration Versions
6.2.1 Link
6.3.0 Link

Quick Start

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.

Important: the instructions are only valid for a subset of the Checks in this repository. Making all the checks work with the new build and test strategy is a work in progress. You can find the list of the checks already updated 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.

integrations-core's People

Contributors

antoinepouille avatar christinetchen avatar degemer avatar derekwbrown avatar dixonscottr avatar gmmeyer avatar gzussa avatar hkaj avatar hush-hush avatar ian28223 avatar infothrill avatar irabinovitch avatar isauve avatar jeffwidman avatar julienbalestra avatar kmshultz avatar l0k0ms avatar masci avatar mfpierre avatar nbparis avatar nmuesch avatar ofek avatar olivielpeau avatar remh avatar sjenriquez avatar technovangelist avatar themsquared avatar truthbk avatar xvello avatar zippolyte avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.