1. 11 May, 2019 1 commit
  2. 10 May, 2019 1 commit
  3. 30 Apr, 2019 1 commit
  4. 29 Apr, 2019 2 commits
  5. 19 Apr, 2019 1 commit
  6. 16 Apr, 2019 1 commit
  7. 24 Mar, 2019 1 commit
  8. 28 Feb, 2019 1 commit
    • Joseph Davis's avatar
      Change sample id from int to BigInt · 6ea3df4d
      Joseph Davis authored
      For long running users of Ceilometer with heavy sample loads,
      the index for samples can run out of numbers.  The int type only
      allows over 2 billion samples to be loaded.  To allow a user
      with database backed sample storage (postgres or mysql) to continue
      to operate, we need to up the data type to BigInteger.
      
      Change-Id: I9ed1d69a05efd47368497674ffe68b43c8dc1074
      6ea3df4d
  9. 13 Dec, 2018 1 commit
  10. 31 Aug, 2018 1 commit
    • Doug Hellmann's avatar
      import zuul job settings from project-config · 0edada98
      Doug Hellmann authored
      This is a mechanically generated patch to complete step 1 of moving
      the zuul job settings out of project-config and into each project
      repository.
      
      Because there will be a separate patch on each branch, the branch
      specifiers for branch-specific jobs have been removed.
      
      Because this patch is generated by a script, there may be some
      cosmetic changes to the layout of the YAML file(s) as the contents are
      normalized.
      
      See the python3-first goal document for details:
      https://governance.openstack.org/tc/goals/stein/python3-first.html
      
      Change-Id: I2e966d10a76d56f430231fca8ee4741fdda43977
      Story: #2002586
      Task: #24339
      0edada98
  11. 04 May, 2018 2 commits
  12. 20 Mar, 2018 1 commit
    • gord chung's avatar
      ignore compute.instance.create.start for metrics · ff72f0f1
      gord chung authored
      do not build metrics off compute.instance.create.start as it
      doesn't have enough information in it to push to Gnocchi. there is
      an .end event that happens seconds later so .start event has little
      value outside context of event.
      
      we change fnmatch to regex for more useful regex comparison and it's
      faster
      
      not a complete fix as compute.instance.update also is missing host
      value occasionally
      
      Partial-Bug: #1718290
      Change-Id: I2aa7045873fd740255a3be5f64b9e9f5fd94e2d4
      (cherry picked from commit 3a5fd619)
      ff72f0f1
  13. 07 Mar, 2018 1 commit
    • zhang-shaoman's avatar
      Modify Ceilometer API specification · ddc421df
      zhang-shaoman authored
      In API specification of "GET /v2/meters", parameter "limit" is missed,
      so add this parameter description.
      
      Change-Id: If7a810f96eb352573b469aa56139b818cd9bb95b
      ddc421df
  14. 27 Feb, 2018 1 commit
    • gord chung's avatar
      update ipmi docs · d91c480b
      gord chung authored
      - add install instructions
      - fix docs to better show ipmi meters from notifications(ironic)
      and pollsters(ipmitool/node manager)
      
      Closes-Bug: #1746736
      Change-Id: Ia83b56006e201bb0f8681ac1299387fb2ee6bdb6
      (cherry picked from commit 8e06ebce)
      d91c480b
  15. 26 Feb, 2018 1 commit
  16. 23 Feb, 2018 1 commit
    • Lars Kellogg-Stedman's avatar
      Gracefully handle missing metadata in libvirt xml · 48515b48
      Lars Kellogg-Stedman authored
      Missing metadata in the libvirt domain xml for a nova instance would
      cause ceilometer-compute to abort, leading to missing metrics for the
      current and any subequent libvirt guests.
      
      This commit puts a try/except AttributeError block around all the code
      that is fetching attributes on the result of metadata_xml.find(...).
      
      also pull in I41aa76cf9def3e8c4bceef0280d15c1fd7c48e3d
      
      Change-Id: I8adc609cc21c86de2daba326d24b73a80d6eb61f
      Closes-Bug: #1749960
      (cherry picked from commit d2af7e9e)
      48515b48
  17. 22 Feb, 2018 1 commit
  18. 21 Feb, 2018 1 commit
  19. 13 Feb, 2018 1 commit
    • James E. Blair's avatar
      Zuul: Remove project name · eb22346b
      James E. Blair authored
      Zuul no longer requires the project-name for in-repo configuration.
      Omitting it makes forking or renaming projects easier.
      
      Change-Id: Ica8fc8018ea730d37da447e78fcf875a13dcf218
      eb22346b
  20. 15 Jan, 2018 2 commits
  21. 05 Jan, 2018 2 commits
    • gord chung's avatar
      update best practices · 56056306
      gord chung authored
      - remove 'prior to ocata' conditions.
      - remove shuffle_time_before_polling_task as it doesn't work in
      reality and is being removed.
      - add a note when to enable workload_partitioning of notification
      agent
      
      Change-Id: I44c030835de1517a3c067ab0632c09f4a5fe2f15
      (cherry picked from commit be1fa8f8)
      56056306
    • gord chung's avatar
      cleanup data-pipelines admin guide · d54b1966
      gord chung authored
      - add a note mentioning transformers are not durable and you
      might be able to use gnocchi
      - slight change to cherry-pick, as we can't enable/disable pipelines
      in pike
      
      Change-Id: I3f50d5b5a1e22a114ef2c8e17c1e659f1c0eb761
      (cherry picked from commit 935b53c9)
      d54b1966
  22. 04 Jan, 2018 1 commit
    • gord chung's avatar
      cleanup data collection admin guide · f1689396
      gord chung authored
      - remove list of notifications used for meters, it's not accurate
      and is arguably of no value to an administrator even if it's
      accurate. just list where the endpoints are and how to configure.
      - remove comments about database connection, this means nothing
      - remove libvirt comment, listing all services polled as these are
      stated elsewhere and are just repeated.
      
      Change-Id: If67ecf7e507da70abae3734618358c2458f49037
      (cherry picked from commit d5a89cd9)
      f1689396
  23. 03 Jan, 2018 5 commits
    • gord chung's avatar
      cleanup admin-guide architecture · e827879c
      gord chung authored
      - remove reference to api
      - remove dup details on compute, central, ipmi already in data
      collection
      - remove hbase from panko support
      - remove listing libvirt hypervisors, we only test kvm/qemu.
      - remove generic listing of 'OpenStack Networking' meters. we already
      have a measurements page for this
      - remove user, roles, projects notes. we don't have api and it
      means very little as is
      
      Change-Id: I292cdd9297549ab8cb78caf6b15941b3986ca898
      (cherry picked from commit 5b85f02b)
      e827879c
    • gord chung's avatar
      reorder admin and contributor topics · c1bf5426
      gord chung authored
      - create logical sections
      - move troubleshooting-guide to bottom as it's basically useless
      (but we should add to it)
      - i've no idea what gmr is so i just put it where it is.
      
      Change-Id: I647a84e2d29f00a8c64c42914939d60cc8aa6ebe
      (cherry picked from commit 435a0070)
      c1bf5426
    • gord chung's avatar
      remove configuration from contributor guide · 1cb8ee6b
      gord chung authored
      - move polling configuration to admin data-collection docs
      - move pipeline partitioning to admin data-pipeline docs
        - add a note that it's only required for transformations
      - publisher section is already in admin docs
      - pipeline configuration is already in admin docs
      
      Change-Id: Ib29ec71d835b8625b518ede98e00078e7de3d282
      (cherry picked from commit 96b4d1f7)
      1cb8ee6b
    • gord chung's avatar
      remove install section from contributor guide · 1f615083
      gord chung authored
      this is all irrelevant or duplicated:
      - dbreco.rst
        - duplicates supported databases in admin-guide
        - ceilometer to gnocchi section is old and deck doesn't really
          reflect current gnocchi. also, all ocata+ docs install
          gnocchi by default.
      - custom.rst
        - duplicates telemetry-data-pipelines in admin-guide
        - dups best practices in admin-guide with shuffle option
      - upgrade.rst
        - upgrade is just stop, upgrade, restart for each service
        - nothing is unique except notification agent with partitioning[1]
          and existing stuff doesn't address it.
      
      [1] https://bugs.launchpad.net/ceilometer/+bug/1729446
      
      Change-Id: I2de2e7ba8789d896b19320c798150d0c4c6efe0d
      (cherry picked from commit 96f346ab)
      1f615083
    • gord chung's avatar
      partial clean up of contributor install info · ff24687e
      gord chung authored
      - remove duplication of install-guide steps
      - create a page for installing with devstack and integrating
      with other telemetry services.
      
      Change-Id: I697ea46bcb0db02fdb561f0161e22411e23679c7
      (cherry picked from commit a386af96)
      ff24687e
  24. 02 Jan, 2018 2 commits
  25. 19 Dec, 2017 1 commit
    • gord chung's avatar
      clean up non-install parts of contributor docs · d5752f3c
      gord chung authored
      - remove specific comments about preferring notifications v. polling
      just say, polling can add load
      - remove kafka publisher reference
      - remove database publisher reference
      - move key links (wiki, launchpad, ml, etc...) to index
      - put all meter details in one area
      - clean up testing
      
      Change-Id: I1993a9945334ffe631f2ddb3dcd0316d0e71f258
      (cherry picked from commit 48751822)
      d5752f3c
  26. 15 Dec, 2017 3 commits
  27. 14 Dec, 2017 2 commits
  28. 13 Dec, 2017 1 commit
    • gord chung's avatar
      static resources not picked up · 50bcd235
      gord chung authored
      polling is still broken if backend_url is not set. switch to
      tooz hashrings caused it to be ignored.
      
      Change-Id: Iace637dd5ed8a852db79b23e99918ca3e5c6605e
      Closes-Bug: #1732147
      (cherry picked from commit 46c84ef7)
      50bcd235