Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

peschuster/TeamCity-GraphiteNotifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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].<ProjectExternalId>.<BuildTypeExternalId>.[success|failed]
  • the number of contained changes [configured prefix].<ProjectExternalId>.<BuildTypeExternalId>.changes

Releases

The latest release can be downloaded from the Releases section on GitHub: Plugin download