- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
This page explains how to track different kinds of workflow activity and workflow costs.
The Workflows Overview dashboard provides a high-level overview of your Datadog workflows and executions. To find the dashboard, go to your Dashboard list and search for Workflows Overview.
You can view workflow edits and runs using Audit Trail.
For example, to see who edited a workflow:
See Workflow notifications for instructions on using built-in workflow notifications.
You can use Datadog monitors to track various Workflow metrics.
The list of available metrics is:
Metric | Description |
---|---|
datadog.workflows.count | Number of non-deleted workflows. |
datadog.workflows.executions.started | Number of workflow instances that have started. |
datadog.workflows.executions.completed | Number of workflow instances that have completed. |
datadog.workflows.steps.executions.started | Number of workflow instance steps that have started. |
datadog.workflows.steps.executions.completed | Number of workflow instance steps that have completed. |
To create a monitor that tracks whether daily workflow executions exceed a certain threshold, perform the following steps:
Go to New Monitor and select the Metric monitor type.
Under Define the metric, for a, fill in datadog.workflows.executions.started
.
Optionally, to restrict the monitor to a specific workflow, for from, fill in workflow_id:[WORKFLOW-ID]
, replacing [WORKFLOW-ID]
with the ID for your workflow.
For Evaluation Details, use the following values:
sum
last 1 day
.For Set alert conditions, choose above, then fill in an alert and warning threshold. For example, you could fill in an Alert threshold of 200
and a Warning threshold of 150
.
Under Configure notifications & automations, name your workflow, then fill in message text. For example, you could use message text like the following:
@slack-alert-channel
{{#is_warning}}
Workflow has executed {{warn_threshold}} times in the last day; manual action might be needed to avoid alerting.
{{/is_warning}}
{{#is_alert}}
Workflow has executed {{threshold}} times in the last day, which is our budget threshold for workflows. We should unpublish the workflow to avoid any more automatic executions for the day.
{{/is_alert}}
Click Create.
You can use Event Manager to view workflow start and completion events by filtering on source:workflow_automation
.
To see events for a specific workflow, in the Search facets box, search for workflow.workflow_id
. You can select a specific set of IDs to view only events for those workflows.
You can also filter the output by Status to see only info
, warn
, or error
messages.
To track billing for your workflow executions, perform the following steps:
추가 유용한 문서, 링크 및 기사:
Do you have questions or feedback? Join the #workflows channel on the Datadog Community Slack.