github owncloud/ocis v4.0.6
4.0.6

latest releases: v6.4.0, v5.0.7, v5.0.7-rc.1...
7 months ago

Changes in 4.0.6

Summary

  • Bugfix - Fix RED metrics on the metrics endpoint: #7994
  • Bugfix - Signed url verification: #8385

Details

  • Bugfix - Fix RED metrics on the metrics endpoint: #7994

    We connected some metrics to the metrics endpoint to support the RED method for monitoring
    microservices.

    • Request Rate: The number of requests per second. The total count of requests is available
      under ocis_proxy_requests_total. - Error Rate: The number of failed requests per second.
      The total count of failed requests is available under ocis_proxy_errors_total. -
      Duration: The amount of time each request takes. The duration of all requests is available
      under ocis_proxy_request_duration_seconds. This is a histogram metric, so it also
      provides information about the distribution of request durations.

    The metrics are available under the following paths: PROXY_DEBUG_ADDR/metrics in a
    prometheus compatible format and maybe secured by PROXY_DEBUG_TOKEN.

    #7994

  • Bugfix - Signed url verification: #8385

    Signed urls now expire properly

    #8385

Don't miss a new ocis release

NewReleases is sending notifications on new releases.