Steampipe Plugin Datadog

Use SQL to instantly query Datadog resources across accounts. Open source CLI. No DB required.
Alternatives To Steampipe Plugin Datadog
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Datadog Symfony16113 months ago6June 30, 20213mitPHP
:dog: Symfony Datadog integration
Steampipe Plugin Datadog12
2 months agoapache-2.0Go
Use SQL to instantly query Datadog resources across accounts. Open source CLI. No DB required.
Cyqldog9
23 days ago10January 26, 20225mitGo
A monitoring tool for periodically executing SQLs and sending metrics to Datadog
Anemometer2
3 years agomitGo
Anemometer is a tool for running SQL queries and pushing results as metrics to Datadog
Alternatives To Steampipe Plugin Datadog
Select To Compare


Alternative Project Comparisons
Readme

image

Datadog Plugin for Steampipe

Use SQL to query dashboards, users, roles and more from Datadog.

Quick start

Install the plugin with Steampipe:

steampipe plugin install datadog

Run a query:

select name, type, overall_state from datadog_monitor where overall_state in ('Alert', 'Warn');

Developing

Prerequisites:

Clone:

git clone https://github.com/turbot/steampipe-plugin-datadog.git
cd steampipe-plugin-datadog

Build, which automatically installs the new version to your ~/.steampipe/plugins directory:

make

Configure the plugin:

cp config/* ~/.steampipe/config
vi ~/.steampipe/config/datadog.spc

Try it!

steampipe query
> .inspect datadog

Further reading:

Contributing

Please see the contribution guidelines and our code of conduct. All contributions are subject to the Apache 2.0 open source license.

help wanted issues:

Popular Datadog Projects
Popular Sql Projects
Popular Operations Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Go
Postgresql
Sql
Datadog