Skip to content

Commit

Permalink
fix reference to Metrics Options
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sobolev committed May 17, 2015
1 parent 06841ce commit dfe3146
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion master/docs/developer/metrics.rst
Expand Up @@ -4,7 +4,7 @@ Metrics
=======

New in buildbot 0.8.4 is support for tracking various performance metrics inside the buildbot master process.
Currently these are logged periodically according to the ``log_interval`` configuration setting of the :bb:cfg:`Metrics Option <metrics>` configuration.
Currently these are logged periodically according to the ``log_interval`` configuration setting of the :bb:cfg:`metrics` configuration.

The metrics subsystem is implemented in :mod:`buildbot.process.metrics`.
It makes use of twisted's logging system to pass metrics data from all over buildbot's code to a central :class:`MetricsLogObserver` object, which is available at ``BuildMaster.metrics`` or via ``Status.getMetrics()``.
Expand Down

0 comments on commit dfe3146

Please sign in to comment.