Metadata-Version: 2.0
Name: datadog-gitlab
Version: 1.1.0
Summary: The Gitlab check
Home-page: https://github.com/DataDog/integrations-core
Author: Datadog
Author-email: packages@datadoghq.com
License: BSD
Keywords: datadog agent gitlab check
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: System :: Monitoring
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Requires-Dist: protobuf (==3.5.1)
Requires-Dist: datadog-checks-base

# Gitlab Integration

## Overview

Integration that allows to:

* Visualize and monitor metrics collected via Gitlab through Prometheus

See https://docs.gitlab.com/ee/administration/monitoring/prometheus/ for
more information about Gitlab and its integration with Prometheus

## Setup
### Installation

The Gitlab check is included in the [Datadog Agent][101] package, so you don't need to install anything else on your Gitlab servers.

### Configuration

Edit the `gitlab.d/conf.yaml` file, in the `conf.d/` folder at the root of your Agent's directory, to point to the Gitlab's Prometheus metrics endpoint.
See the [sample gitlab.d/conf.yaml][102] for all available configuration options.

**Note**: The `allowed_metrics` item in the `init_config` section allows to specify the metrics that should be extracted.

### Validation

[Run the Agent's `status` subcommand][103] and look for `gitlab` under the Checks section.

## Data Collected
### Metrics
See [metadata.csv][104] for a list of metrics provided by this integration.

### Events
The Gitlab check does not include any events at this time.

### Service Checks
The Gitlab check includes a readiness and a liveness service check.
Moreover, it provides a service check to ensure that the local Prometheus endpoint is available.

## Troubleshooting
Need help? Contact [Datadog Support][105].

## Further Reading
Learn more about infrastructure monitoring and all our integrations on [our blog][106]


[101]: https://app.datadoghq.com/account/settings#agent
[102]: https://github.com/DataDog/integrations-core/blob/master/gitlab/conf.yaml.example
[103]: https://docs.datadoghq.com/agent/faq/agent-commands/#agent-status-and-information
[104]: https://github.com/DataDog/integrations-core/blob/master/gitlab/metadata.csv
[105]: http://docs.datadoghq.com/help/
[106]: https://www.datadoghq.com/blog/


