- 필수 기능
- 시작하기
- 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+=`Usage example: observability-pipelines-worker <COMMAND>
If you are using a containerized environment, use the docker exec
or kubectl exec
command to get a shell into the container to run the command.
Command | Description |
---|---|
run | Run the observability pipeline worker. |
tap | Tap a pipeline to observe events from source or transform components. See tap options. |
top | Lists the components of the pipeline and provides statistics such as input and output data rates for each component. |
Usage example: observability-pipelines-worker tap <OPTIONS> <COMPONENT_ID>
Options | Descriptions |
---|---|
-i , --interval <INTERVAL> | Interval to sample events at, in milliseconds (default: 500 ). |
-u , --url <URL> | GraphQL API server endpoint. |
-l , --limit <LIMIT> | Maximum number of events to sample each interval (default: 100 ). |
-f , --format <FORMAT> | Encoding format for events printed to screen. default: json possible values: json , yaml , logfmt |
--outputs-of <OUTPUTS_OF> | Source or processor IDs whose outputs you want to observe (comma-separated; accepts glob patterns). |
--inputs-of <INPUTS_OF> | Processor or destination IDs whose inputs you want to observe (comma-separated; accepts glob patterns). |
-q , --quiet | Quiet output includes only events. |
-m , --meta | Include metadata such as the event’s associated component ID. |
-n , --no-reconnect | Whether to reconnect if the underlying API connection drops. By default, tap attempts to reconnect if the connection drops. |
-d , --duration-ms <DURATION_MS> | Specifies a duration (in milliseconds) to sample logs (for example, specifying 10000 samples logs for 10 seconds then exits). |
추가 유용한 문서, 링크 및 기사: