1. 18 Oct, 2021 1 commit
    • Corey Bryant's avatar
      Limit metrics_socket_file permissions · b9043353
      Corey Bryant authored
      This limits the metrics_socket_file permissions to 0o660. Prior
      to this change, symbolic constants were used, resulting in
      0o707 permissions.
      
      Closes-Bug: #1945533
      Change-Id: I009ffbc10d3400881c6f8b2178494ba180d6549f
      (cherry picked from commit b23fb97c)
      b9043353
  2. 10 Sep, 2021 2 commits
    • OpenStack Release Bot's avatar
      Update TOX_CONSTRAINTS_FILE for stable/xena · 42ed7964
      OpenStack Release Bot authored
      Update the URL to the upper-constraints file to point to the redirect
      rule on releases.openstack.org so that anyone working on this branch
      will switch to the correct upper-constraints list automatically when
      the requirements repository branches.
      
      Until the requirements repository has as stable/xena branch, tests will
      continue to use the upper-constraints list on master.
      
      Change-Id: I73cc278975a3c8b448b4dbddeb8b225212070313
      42ed7964
    • OpenStack Release Bot's avatar
      Update .gitreview for stable/xena · 36bd8ce4
      OpenStack Release Bot authored
      Change-Id: Ifcd7e9da6a0df49941daf58de29feb51615ff98f
      36bd8ce4
  3. 11 Aug, 2021 1 commit
  4. 16 Jul, 2021 1 commit
  5. 10 Jul, 2021 1 commit
    • Ching Kuo's avatar
      Enable Test Coverage and Add New Test · 29ded7bf
      Ching Kuo authored
      This commit enables code coverage and added unit tests for metrics
      message verification.
      
      Change-Id: I526c8ce8583f0df6cb0323e5ce6bc98ecf310f4f
      29ded7bf
  6. 05 Jul, 2021 1 commit
  7. 01 Jul, 2021 3 commits
  8. 12 Jun, 2021 2 commits
  9. 04 May, 2021 1 commit
  10. 20 Apr, 2021 1 commit
  11. 19 Apr, 2021 1 commit
  12. 18 Mar, 2021 1 commit
    • OpenStack Release Bot's avatar
      Update master for stable/wallaby · e8868ad9
      OpenStack Release Bot authored
      Add file to the reno documentation build to show release notes for
      stable/wallaby.
      
      Use pbr instruction to increment the minor version number
      automatically so that master versions are higher than the versions on
      stable/wallaby.
      
      Sem-Ver: feature
      Change-Id: I721bcefb66864d2c281f0e936b13531403aa0959
      e8868ad9
  13. 09 Feb, 2021 1 commit
    • Ching Kuo's avatar
      Add timeout, method to RPC Client Label · ef4a4e3b
      Ching Kuo authored
      We are missing timeout and method in label definition for rpc client
      this will cause message router to failed to parse messages as there are
      unexpected labels sent from oslo.messaging.
      
      This commit added timeout and method to rpc client labels to fix the
      issue.
      
      Change-Id: I9ed133543ae6846256c1ea81602ca864f3847dec
      ef4a4e3b
  14. 26 Jan, 2021 1 commit
  15. 25 Jan, 2021 1 commit
  16. 30 Nov, 2020 1 commit
    • Ching Kuo's avatar
      Handle Sigterm Properly · 4fcf2c16
      Ching Kuo authored
      Currently oslo.metrics http server doesn't handle sigterm signal. This
      commit added support to handle sigterm and shutdown gracefully.
      
      Change-Id: I3a5b1a5ebcadfd0c64fcbea0216503dd7f984411
      4fcf2c16
  17. 19 Nov, 2020 1 commit
  18. 02 Nov, 2020 1 commit
  19. 28 Oct, 2020 1 commit
    • Ching Kuo's avatar
      Improve Socket for oslo.metrics · 47e03c07
      Ching Kuo authored
      This commit includes 2 improvements for oslo.metrics UDP socket
      
      - When starting oslo.metrics unlink the socket first before binding
      - Change the mode for file so that other OpenStack process running in
        other user can access and send metrics e.g. nova, neutron
      
      Change-Id: I27672f03d282acf1e9cb669998899a032fe4202a
      47e03c07
  20. 12 Oct, 2020 1 commit
  21. 29 Sep, 2020 1 commit
    • Thierry Carrez's avatar
      Add basic tests for message processing · 22bb0468
      Thierry Carrez authored
      Add tests checking that a JSON message will be correctly mapped to
      their configured Prometheus client action.
      
      This replaces the noop test that was just a noop.
      
      Change-Id: I7362ad86fdc5dcb0a83b5173c3f20611577d0692
      22bb0468
  22. 16 Sep, 2020 1 commit
    • Thierry Carrez's avatar
      Add a basic test framework for oslo.metrics · d9c4bc5e
      Thierry Carrez authored
      Add a noop test as a basic test framework.
      Properly comment out the bandit line to not give the impression that
      it's actually tested (it was misconfigured before).
      
      Change-Id: Ic2278816d50ec0fa628f6616839f8b9dc0a5c299
      d9c4bc5e
  23. 15 Jun, 2020 4 commits
  24. 11 Jun, 2020 4 commits
  25. 10 Jun, 2020 1 commit
    • Masahito Muroi's avatar
      Sample oslo.metrics codes · e8517733
      Masahito Muroi authored
      
      
      This patch is a sample oslo.metrics code to gather oslo.messaging's
      metrics and export the metrics to prometheus. Some parts of this code
      doesn't follow OpenStack standards style, and this lacks test codes.
      Please use this patch as PoC for oslo.metrics.
      
      Co-Authored-By: default avatarYuki Nishiwaki <yuki.nishiwaki@linecorp.com>
      Change-Id: I9434d11466e7626fdbebd1340a8bb3d664518bd1
      e8517733
  26. 27 May, 2020 2 commits
  27. 26 May, 2020 1 commit
  28. 07 May, 2020 1 commit