Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/peschuster/teamcity-graphitenotifier
Posts metrics to Graphite for TeamCity builds.
https://github.com/peschuster/teamcity-graphitenotifier
graphite metrics teamcity
Last synced: 1 day ago
JSON representation
Posts metrics to Graphite for TeamCity builds.
- Host: GitHub
- URL: https://github.com/peschuster/teamcity-graphitenotifier
- Owner: peschuster
- Created: 2013-11-23T22:27:59.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-26T17:12:24.000Z (almost 11 years ago)
- Last Synced: 2023-03-20T15:16:17.399Z (almost 2 years ago)
- Topics: graphite, metrics, teamcity
- Language: Java
- Size: 145 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
TeamCity-GraphiteNotifier
=========================This is a plugin for TeamCity to post metrics to graphite.
On every finished build (successful of failed) two metrics are send to the configured graphite server:
* a `1` for the metric key `[configured prefix]...[success|failed]`
* the number of contained changes `[configured prefix]...changes`### Releases ###
The latest release can be downloaded from the **Releases** section on GitHub: [Plugin download](https://github.com/peschuster/TeamCity-GraphiteNotifier/releases/download/untagged-c51d7f9a9ee0b7c813a5/GraphiteNotifier.zip)