Skip to content
Snippets Groups Projects
Select Git revision
  • dc9613ed43f5d5adf5ee6ee9220085740472422c
  • master default
2 results

apache_exporter.go

  • Richard van der Hoff's avatar
    7ceaa2dd
    Send zeros for any nonexistent scoreboard states (#28) · 7ceaa2dd
    Richard van der Hoff authored
    * Send zeros for any nonexistent scoreboard states
    
    Make sure that we report any unused worker states as having zero workers in
    that state - otherwise Prometheus will continue to use the previous value for a
    while.
    
    * Update expected metric counts in tests
    
    We now return metrics for each potential worker state, so there are a lot more
    of them.
    7ceaa2dd
    History
    Send zeros for any nonexistent scoreboard states (#28)
    Richard van der Hoff authored
    * Send zeros for any nonexistent scoreboard states
    
    Make sure that we report any unused worker states as having zero workers in
    that state - otherwise Prometheus will continue to use the previous value for a
    while.
    
    * Update expected metric counts in tests
    
    We now return metrics for each potential worker state, so there are a lot more
    of them.