- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
",t};e.buildCustomizationMenuUi=t;function n(e){let t='
",t}function s(e){let n=e.filter.currentValue||e.filter.defaultValue,t='${e.filter.label}
`,e.filter.options.forEach(s=>{let o=s.id===n;t+=``}),t+="${e.filter.label}
`,t+=`This document explains bootstrapping for the Observability Pipelines Worker.
/DD_OP_DATA_DIR/config
.
Modifying files under that location while OPW is running might have adverse effects.Bootstrap the Observability Pipelines Worker within your infrastructure before you set up a pipeline. These environment variables are separate from the pipeline environment variables. The location of the related directories and files:
var/lib/observability-pipelines-worker
/etc/observability-pipelines-worker/bootstrap.yaml
/etc/default/observability-pipelines-worker
Note: DD_OP_DATA_DIR
can only be owned by a single Observability Pipelines Worker. If you have multiple Workers, you must use unique data directories.
To set bootstrap options, do one of the following:
bootstrap.yaml
and start the Worker instance with --bootstrap-config /path/to/bootstrap.yaml
.The following is a list of bootstrap options, their related pipeline environment variables, and which variables have a higher precedence (priority).
api
DD_OP_API_ENABLED
DD_OP_API_ENABLED
api
:enabled
: true
address
: "127.0.0.1:8686" # optional
address
is optional. It is the network address to which the API should bind. If you’re running the Worker in a Docker container, bind to 0.0.0.0
. Otherwise, the API is not exposed outside of the container.tap
or top
command. See Run, tap, or top the Worker for more information. If you are using the Helm charts provided when you set up a pipeline, then the API has already been enabled. Otherwise, make sure the environment variable DD_OP_API_ENABLED
is set to true
in /etc/observability-pipelines-worker/bootstrap.yaml
, which:localhost
and port 8686
, which is what the CLI for tap
is expecting./health
endpoint. Configure a load balancer’s health check with the /health
endpoint to check that the Worker is up and running.api_key
DD_API_KEY
DD_API_KEY
pipeline_id
DD_OP_PIPELINE_ID
DD_OP_PIPELINE_ID
site
DD_SITE
DD_SITE
datadoghq.com
).data_dir
DD_OP_DATA_DIR
DD_OP_DATA_DIR
/var/lib/observability-pipelines-worker
). This is the file system directory that the Observability Pipelines Worker uses for local state.tags: []
DD_OP_TAGS
DD_OP_TAGS
threads
DD_OP_THREADS
DD_OP_THREADS
proxy
DD_PROXY_HTTP
, DD_PROXY_HTTPS
, DD_PROXY_NO_PROXY
DD_PROXY_HTTP(S)
HTTP(S)_PROXY
proxy
:proxy
:enabled
: true
https
: https://foo.bar:3128
DD_PROXY_HTTP(S)
and HTTP(S)_PROXY
environment variables need to be already exported in your environment for the Worker to resolve them. They cannot be prepended to the Worker installation script.추가 유용한 문서, 링크 및 기사: