1. 01 Jun, 2023 1 commit
  2. 10 May, 2023 1 commit
  3. 09 May, 2023 5 commits
  4. 05 May, 2023 3 commits
  5. 04 May, 2023 9 commits
  6. 03 May, 2023 1 commit
  7. 02 May, 2023 2 commits
  8. 26 Apr, 2023 5 commits
  9. 24 Apr, 2023 2 commits
  10. 20 Apr, 2023 1 commit
    • Łukasz Nowak's avatar
      software/rapid-cdn: Implement frontend log · cde4559a
      Łukasz Nowak authored
      The access log is useful for usual analysis, but CDN has to provide deep
      metrics regarding each request, thus implement the frontend log, which follows
      more or less HAProxy's httplog
      http://docs.haproxy.org/2.6/configuration.html#option%20httplog and can be
      correlated with a timestamp to access log.
      
      The URI string is dropped from the frontend log, as it's already supported by
      the access log. Thanks to this it's safe to use !!! (triple exclamation mark)
      to split the log line, as those characters are not expected to be found in
      usual metrics provided by HAProxy.
      cde4559a
  11. 17 Apr, 2023 10 commits