In addition to statistic charts generated automatically by TeamCity on the Statistics tab, it is possible to configure your own statistical charts based on the set of statistic values provided by TeamCity or values reported from a build script. In the latter case you will need to configure your build script to report custom statistical data to TeamCity.
You can view statistic values reported by the build on the Build parameters page.
Info |
---|
The information in this section refers to TeamСity 10+. For other versions, refer to the listing to choose the corresponding documentation. |
...
Name | Description | ||||||
---|---|---|---|---|---|---|---|
type |
| ||||||
| The name of the valueType (series). It can be predefined by TeamCity, like | ||||||
| The series name shown in the series selector. Defaults to <key>. For several series, pattern group markers can be used: | ||||||
| This field allows you to explicitly specify a build configuration to use the data from for the given series. This field is mandatory for the first valueType used in a chart if the chart is added at the project level. In other cases it is optional. However, note that TeamCity chooses the build configuration to take the data from according to the following rules:
| ||||||
| The color of a series to be used in the chart. Standard web color formats can be used - "#RRGGBB", color names, etc. For more information see HTML Colors reference and HTML Color Names reference. If not specified, an automatic color will be assigned based on the series title. | ||||||
| Pattern for names of the Value Types (or series) to be shown on the chart. The asterisk (*) sign is allowed to filter Value Types (or series) either predefined by TeamCity, like |
...
If the predefined build metrics do not cover your needs, you can report custom metrics to TeamCity from your build script and use them to create a custom chart. There are two ways to report custom metrics to TeamCity:
...