Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 16 May 17:58
6cb37a4

Note

This release is brought to you by the Shipyard team.

Added

  • Added exporting of routing http client metrics: the endpoint will now include someguy_routing_http_client_* metrics when delegated routing clients are used:
    • Histogram: the latency of operations by the routing HTTP client
      • someguy_routing_http_client_latency_bucket{code,error,host,operation,le}
      • someguy_routing_http_client_latency_sum{code,error,host,operation}
      • someguy_routing_http_client_latency_count{code,error,host,operation}
    • Histogram: the number of elements in a response collection
      • someguy_routing_http_client_length_bucket{host,operation,le}
      • someguy_routing_http_client_length_sum{host,operation}
      • someguy_routing_http_client_length_count{host,operation}
    • See docs/metrics.md for more details.

PRs

  • feat(metrics): add delegated routing client metrics to prometheus by @hsanjuan in #113

New Contributors

Full Changelog: v0.9.0...v0.9.1