Use Datadog with Automation
この記事では、現在展開している機能について説明します。これらの機能がサイト上で公開される時期は、リリース ノートまたはアトラシアン コミュニティでご確認ください。
The Datadog integration with Automation is only available to Jira Service Management Cloud customers on Premium or Enterprise plans. Find out how to upgrade your plan.
You can connect your Datadog account with your project to automate the process of getting services details, dependencies, metrics.
To use these actions, you need to connect the Datadog app to Atlassian Automation. For most of the automation actions, you’ll get a connection setup message when you select them. Once the connection is established, you can automate actions and set up triggers based on Datadog events.
You must be a Jira admin to connect Datadog to Atlassian Automation.
はじめる前に
プロジェクトの自動化を管理するには、次のような適切なプロジェクト権限が必要です。
企業管理対象プロジェクト: プロジェクトを管理とプロジェクトを参照の各権限がプロジェクトに必要です。企業管理対象プロジェクトの権限に関する詳細についてご確認ください。
チーム管理対象プロジェクト: プロジェクトの管理者アクセス権が必要です。チーム管理対象プロジェクトの権限に関する詳細についてご確認ください。
グローバル自動化を管理するには、Jira 管理権限が必要です。Jira Cloud のグローバル権限に関する詳細についてご確認ください。
Integrate your automation rule with Datadog
[自動化] に移動して [ルールを作成] を選択します。
Select the Datadog action for your rule.
Select Connect to create a connection with Datadog. Connections allow your automation rules to fetch data from other tools and products.
New Relic との接続を確立するために必要な以下の情報を入力します。
Connection name: Enter the name of the Datadog connection.
API key: Enter the API key that identifies your account and lets Datadog ingest data from your apps and services.
Application key: Enter the application key that grants access to Datadog’s API for a specific user or application, with defined permissions.
Domain URL: The base URL for the Datadog site. For example:
https://app.datadoghq.com
5. [接続] を選択して接続の作成を完了します。
操作
Get Datadog services
You can use this action to get a list of all services in Datadog.
スマート値
{{fetchedDatadogServiceList}} – Returns the Datadig Services list.
Get Datadog service definition
You can use this action to get service definition from Datadog Service Catalog, including metadata, team info, and service configuration.
次のフィールドを入力するか、スマート値を使用して選択します。
Service name: Enter the name of the Datadog service to get dependencies from.
スマート値
{{fetchedDatadogService}}
– Returns the Datadog service.
Get Datadog SLO
You can use this action to get all service level objectives (SLOs) defined in Datadog to track performance targets and reliability goals.
スマート値
{{fetchedDatadogSloList}}
– Returns the Datadog SLO list.
Get Datadog SLO history
You can use this action to get historical data for Datadog SLOs to analyze trends and review past performance.
次のフィールドを入力するか、スマート値を使用して選択します。
SLO ID: Enter the Datadog SLO ID.
スマート値
{{fetchedDatadogSloList}}
– Returns the Datadog SLO list.
Get Datadog metrics
You can use this action to get the list of all active Datadog metrics from a given time until now.
次のフィールドを入力するか、スマート値を使用して選択します。
From: Enter the time when the metrics were active.
スマート値
{{fetchedDatadogMetricList}}
– Returns Datadog metrics list.
Get Datadog metrics data
You can use this action to get time-series data for a specific Datadog metric.
次のフィールドを入力するか、スマート値を使用して選択します。
Metric ID: Enter the metric ID.
From: Enter the start time for the data you want to retrieve and analyze.
To: Enter the end time.
スマート値
{{fetchedDatadogMetricList}}
– Returns Datadog metrics list.
Search Datadog logs
Search log entries from Datadog for analysis.
次のフィールドを入力するか、スマート値を使用して選択します。
Search text: Enter the log search text.
From: Enter the start time.
To: Enter the end time.
スマート値
{{fetchedDatadogSloList}}
– Returns the Datadog SLO list.
この内容はお役に立ちましたか?