- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Private actions allow your Datadog workflows and apps to interact with services hosted on your private network without exposing your services to the public internet. To use private actions, you must use Docker to install a private action runner on a host in your network, then pair the runner with a Datadog Connection.
The following integrations support private actions:
The private action runner requires a Linux host that is able to reach any internal services you want to call from an action or app.
To use App Builder with private actions, you must be able to point a hostname to the private action runner’s container. This hostname must be resolvable by your App users. App Builder calls the hostname using HTTPS, so you must bring your own SSL termination.
In addition, the host must have the following:
From the Private Action Runner page in Workflow Automation or App Builder, click New Private Action Runner. The installation steps differ depending on whether you want to install the runner for App Builder, Workflow Automation, or both App Builder and Workflow Automation.
Both App Builder and Workflow Automation
./config
. You can also use this directory to store any credentials required by the runner’s connection.Click Docker.
Run the provided docker run
command on your host, replacing ./config
with the path to the directory you created for the runner configuration.
You can safely ignore the error DATADOG TRACER DIAGNOSTIC - Agent Error: connect ECONNREFUSED
.
Click Docker Compose.
Create a docker-compose.yaml
file and add the provided YAML, or add the runner
stanza to an existing Docker Compose file. For information on creating a Docker Compose file, see the official Compose documentation.
Replace ./config
with the path to the directory you created for the runner configuration.
Run docker compose up -d
.
You can safely ignore the error DATADOG TRACER DIAGNOSTIC - Agent Error: connect ECONNREFUSED
.
App Builder
./config
. You can also use this directory to store any credentials required by the runner’s connection.Click Docker.
Run the provided docker run
command on your host, replacing ./config
with the path to the directory you created for the runner configuration.
You can safely ignore the error DATADOG TRACER DIAGNOSTIC - Agent Error: connect ECONNREFUSED
.
Click Docker Compose.
Create a docker-compose.yaml
file and add the provided YAML, or add the runner
stanza to an existing Docker Compose file. For information on creating a Docker Compose file, see the official Compose docs.
Replace ./config
with the path to the directory you created for the runner configuration.
Run docker compose up -d
.
You can safely ignore the error: DATADOG TRACER DIAGNOSTIC - Agent Error: connect ECONNREFUSED
.
Workflow Automation
./config
. You can also use this directory to store any credentials required by the runner’s connection.Click Docker.
Run the provided docker run
command on your host, replacing ./config
with the path to the directory you created for the runner configuration.
You can safely ignore the error DATADOG TRACER DIAGNOSTIC - Agent Error: connect ECONNREFUSED
.
Click Docker Compose.
Create a docker-compose.yaml
file and add the provided YAML, or add the runner
stanza to an existing Docker Compose file. For information on creating a Docker Compose file, see the official Compose docs.
Replace ./config
with the path to the directory you created for the runner configuration.
Run docker compose up -d
.
You can safely ignore the error DATADOG TRACER DIAGNOSTIC - Agent Error: connect ECONNREFUSED
.
When you see the Ready to use status, you can create a new connection for the runner or see it on the Private Action Runners page:
See Connect a runner for more information on pairing your runner with a connection.
Before you can use an action runner, you must pair it with one or more connections.
To pair a runner to a connection:
To use a private action in your Workflow Automation workflow or App Builder app:
Workflow Automation
App Builder
From the Private Action Runner page in Workflow Automation or App Builder, you can view all of your private runners together with the workflows or apps that use each runner. To edit the connection for a runner, click View Details. Click the trash can icon to delete a runner.