- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- Administrator's Guide
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Collect Gearman metrics to:
The Gearman check is included in the Datadog Agent package, so you don’t need to install anything else on your Gearman job servers.
To configure this check for an Agent running on a host:
Edit the gearmand.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your Gearman performance data. See the sample gearmand.d/conf.yaml for all available configuration options.
init_config:
instances:
- server: localhost
port: 4730
For containerized environments, see the Autodiscovery Integration Templates for guidance on applying the parameters below.
Parameter | Value |
---|---|
<INTEGRATION_NAME> | gearmand |
<INIT_CONFIG> | blank or {} |
<INSTANCE_CONFIG> | {"server":"%%host%%", "port":"4730"} |
Collecting logs is disabled by default in the Datadog Agent, enable it in your datadog.yaml
file:
logs_enabled: true
Add this configuration block to your gearmand.d/conf.yaml
file to start collecting your Gearman logs:
logs:
- type: file
path: /var/log/gearmand.log
source: gearman
Change the path
parameter value based on your environment. See the sample gearmand.d/conf.yaml for all available configuration options.
See Kubernetes Log Collection for information on configuring the Agent for log collection in Kubernetes environments.
Run the Agent’s status
subcommand and look for gearmand
under the Checks section.
gearman.queued (gauge) | The total number of jobs in the queue. Shown as task |
gearman.queued_by_task (gauge) | The number of jobs in the queue by task. Shown as task |
gearman.running (gauge) | The total number of running Gearman jobs. Shown as task |
gearman.running_by_task (gauge) | The number of running Gearman jobs by task. Shown as task |
gearman.unique_tasks (gauge) | The number of all functions registered with Gearman. Shown as task |
gearman.workers (gauge) | The total number of capable Gearman workers. Shown as process |
gearman.workers_by_task (gauge) | The number of capable Gearman workers by task. Shown as process |
The Gearman check does not include any events.
gearman.can_connect
Returns CRITICAL
if the Agent check is unable to connect to the monitored Gearman instance. Returns OK
otherwise.
Statuses: ok, critical
Need help? Contact Datadog support.