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.
- Run the following command to install the Agent integration:
datadog-agent integration install -t datadog-gitea==<INTEGRATION_VERSION>
- Configure your integration similar to Agent-based integrations.
-
Edit the
gitea.d/conf.yaml
file, in theconf.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.
See metadata.csv for a list of metrics provided by this integration.
The Gitea check does not include any events.
See service_checks.json for a list of service checks provided by this integration.
Need help? Contact Datadog support.