DataDog / datadog-api-client-typescript

Typescript client for the Datadog API
https://www.npmjs.com/package/@datadog/datadog-api-client
Apache License 2.0
81 stars 15 forks source link

Support retrieving available product areas for services via `api/v2/services/catalog/product_areas` #1666

Open secustor opened 3 months ago

secustor commented 3 months ago

Note: If you have a feature request, you should contact support so the request can be properly tracked.

Is your feature request related to a problem? Please describe. We want to track which services use which products of DD, therefore we would like to query this at once. Using the browser dev console, we have identified that endpoint which seems to deliver the needed data.

Describe the solution you'd like Implement the respective endpoint

Describe alternatives you've considered The alternative is using our service catalog and try to fetch data for each product ( APM, RUM, host ). That would lead to at least 3x number of services API requests instead of single one.

Additional context No additional context.

github-actions[bot] commented 2 months ago

Thanks for your contribution!

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.

If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of this project.

  2. Comment that the issue is still reproducible and include updated details requested in the issue template.

secustor commented 2 months ago

Still a valid request

github-actions[bot] commented 1 month ago

Thanks for your contribution!

This issue has been automatically marked as stale because it has not had activity in the last 30 days. Note that the issue will not be automatically closed, but this notification will remind us to investigate why there's been inactivity. Thank you for participating in the Datadog open source community.

If you would like this issue to remain open:

  1. Verify that you can still reproduce the issue in the latest version of this project.

  2. Comment that the issue is still reproducible and include updated details requested in the issue template.