turbot / steampipe-plugin-datadog

Use SQL to instantly query Datadog resources across accounts. Open source CLI. No DB required.
https://hub.steampipe.io/plugins/turbot/datadog
Apache License 2.0
12 stars 5 forks source link

Add table datadog_metrics data #4

Closed LalitLab closed 2 years ago

LalitLab commented 3 years ago

References Add table to get details of metrics in realtime

https://github.com/DataDog/datadog-api-client-go/blob/master/api/v2/datadog/docs/MetricsApi.md#metricsapi https://github.com/DataDog/datadog-api-client-go/blob/master/api/v1/datadog/docs/MetricsApi.md#metricsapi

cbruno10 commented 3 years ago

For metrics tables, if we're able to get all of the metrics for an account, we should create a dynamic table for each metric. We can also have a config argument that allows users to specify regex patterns to choose which metrics to create tables for.

If there is a specific list of metrics that Datadog defines per integration type, then we can create metric tables similar to the AWS metric tables (non-dynamic).

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 2 years ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.

github-actions[bot] commented 2 years ago

This issue was closed because it has been stalled for 90 days with no activity.