- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
Supported OS
Gitea is a community managed lightweight code hosting solution written in Go.
This integration monitors Gitea instances through the Datadog Agent.
Gitea doesn’t expose its internal metrics by default. You need to enable the built-in HTTP server that exposes the metrics endpoint in your app.ini
configuration file.
[metrics]
ENABLED = true
See the official documentation for more information.
The Gitea integration is not included in the Datadog Agent package by default, it must be installed.
For Agent v7.36+, follow the instructions below to install the Gitea check on your host. See Use Community Integrations to install with the Docker Agent or earlier versions of the Agent.
datadog-agent integration install -t datadog-gitea==<INTEGRATION_VERSION>
Edit the gitea.d/conf.yaml
file, in the conf.d/
folder at the root of your Agent’s configuration directory to start collecting your Gitea data. See the sample gitea.d/conf.yaml for all available configuration options.
Run the Agent’s status subcommand and look for gitea
under the Checks section.
gitea.accesses (gauge) | Number of Accesses. |
gitea.actions (gauge) | Number of Actions. |
gitea.attachments (gauge) | Number of Attachments. |
gitea.comments (gauge) | Number of Comments. |
gitea.follows (gauge) | Number of Follows. |
gitea.hooktasks (gauge) | Number of HookTasks. |
gitea.issues (gauge) | Number of Issues. |
gitea.issues.closed (gauge) | Number of closed Issues. |
gitea.issues.open (gauge) | Number of open Issues. |
gitea.labels (gauge) | Number of Labels. |
gitea.loginsources (gauge) | Number of LoginSources. |
gitea.milestones (gauge) | Number of Milestones. |
gitea.mirrors (gauge) | Number of Mirrors. |
gitea.oauths (gauge) | Number of Oauths. |
gitea.organizations (gauge) | Number of Organizations. |
gitea.projects (gauge) | Number of Projects. |
gitea.projects_boards (gauge) | Number of project Boards. |
gitea.publickeys (gauge) | Number of PublicKeys. |
gitea.releases (gauge) | Number of Releases. |
gitea.repositories (gauge) | Number of Repositories. |
gitea.stars (gauge) | Number of Stars. |
gitea.teams (gauge) | Number of Teams. |
gitea.updatetasks (gauge) | Number of UpdateTasks. |
gitea.users (gauge) | Number of Users. |
gitea.watches (gauge) | Number of Watches. |
gitea.webhooks (gauge) | Number of Webhooks. |
gitea.go.info (gauge) | Information about the Go environment. |
gitea.go.goroutines (gauge) | Number of goroutines that currently exist. |
gitea.go.threads (gauge) | Number of OS threads created. |
gitea.metric_handler.requests_in_flight (gauge) | Current number of scrapes being served. |
gitea.metric_handler.requests.count (count) | Total number of scrapes by HTTP status code. |
gitea.process.cpu_seconds.count (count) | Total user and system CPU time spent in seconds. Shown as second |
gitea.process.max_fds (gauge) | Maximum number of open file descriptors. |
gitea.process.open_fds (gauge) | Number of open file descriptors. |
gitea.process.resident_memory.bytes (gauge) | Resident memory size in bytes. Shown as byte |
gitea.process.start_time (gauge) | Start time of the process since unix epoch in seconds. Shown as second |
gitea.process.virtual_memory.bytes (gauge) | Virtual memory size in bytes. Shown as byte |
gitea.process.virtual_memory.max_bytes (gauge) | Maximum amount of virtual memory available in bytes. Shown as byte |
The Gitea check does not include any events.
gitea.openmetrics.health
Returns CRITICAL
if the check cannot access the Prometheus metrics endpoint of the Gitea instance.
Statuses: ok, critical
Need help? Contact Datadog support.