Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Datadog Symfony | 16 | 1 | 1 | 3 months ago | 6 | June 30, 2021 | 3 | mit | PHP | |
:dog: Symfony Datadog integration | ||||||||||
Steampipe Plugin Datadog | 12 | 2 months ago | apache-2.0 | Go | ||||||
Use SQL to instantly query Datadog resources across accounts. Open source CLI. No DB required. | ||||||||||
Cyqldog | 9 | 23 days ago | 10 | January 26, 2022 | 5 | mit | Go | |||
A monitoring tool for periodically executing SQLs and sending metrics to Datadog | ||||||||||
Anemometer | 2 | 3 years ago | mit | Go | ||||||
Anemometer is a tool for running SQL queries and pushing results as metrics to Datadog |
Use SQL to query dashboards, users, roles and more from Datadog.
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');
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:
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: