MON-519 add badges

This commit is contained in:
Quentin Manfroi 2019-11-25 14:13:18 +01:00
parent 20b2e4f833
commit 34bcdbd2ab
2 changed files with 4 additions and 3 deletions

View File

@ -9,9 +9,9 @@ Please note we have a code of conduct, please follow it in all your interactions
* If you have required permissions, you can create a branch from master else you can fork this repo to be able to submit a Pull Request. * If you have required permissions, you can create a branch from master else you can fork this repo to be able to submit a Pull Request.
* [The changelog](../CHANGELOG.md) is generated using issues IDs (Jira & Github) detected in commit messages which must follow `#GithubID My commit message` form. * [The changelog](CHANGELOG.md) is generated using issues IDs (Jira & Github) detected in commit messages which must follow `#GithubID My commit message` form.
* If you would like to work on monitors you must follow our [templating best practices](../TEMPLATING.md) to make this base homogenous and generic. * If you would like to work on monitors you must follow our [templating best practices](TEMPLATING.md) to make this base homogenous and generic.
* After any change, you will need to run the [auto update scripts](https://github.com/claranet/terraform-datadog-scripts/blob/master/README.md) to make sure all is up to date otherwise the CI pipeline will fail. * After any change, you will need to run the [auto update scripts](https://github.com/claranet/terraform-datadog-scripts/blob/master/README.md) to make sure all is up to date otherwise the CI pipeline will fail.

View File

@ -1,4 +1,5 @@
# DataDog Monitors [![pipeline status](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/badges/master/pipeline.svg)](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/commits/master) # DataDog Monitors
[![Changelog](https://img.shields.io/badge/changelog-release-green.svg)](CHANGELOG.md) [![Notice](https://img.shields.io/badge/notice-copyright-yellow.svg)](NOTICE) [![Apache V2 License](http://img.shields.io/badge/license-Apache%20V2-blue.svg)](LICENSE) [![pipeline status](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/badges/master/pipeline.svg)](https://git.fr.clara.net/claranet/pt-monitoring/projects/datadog/terraform/monitors/commits/master)
This repository aims to provide a base of generic and pre configured monitors for [Datadog](https://www.datadoghq.com/) templated thanks to [Terraform](https://www.terraform.io/) and the [Datadog Provider](https://github.com/terraform-providers/terraform-provider-datadog). This repository aims to provide a base of generic and pre configured monitors for [Datadog](https://www.datadoghq.com/) templated thanks to [Terraform](https://www.terraform.io/) and the [Datadog Provider](https://github.com/terraform-providers/terraform-provider-datadog).