Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: openstack/python-observabilityclient
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: openstack/python-observabilityclient
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: stable/2025.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 7 files changed
  • 4 contributors

Commits on Mar 10, 2025

  1. Ignore false-positive E231 error

    ... and refactor the logic to generate request url.
    
    Change-Id: Ic39b7b70a3a1260e0dc281408ba49f8b9ec21c47
    (cherry picked from commit 3365719)
    kajinamit committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    a33ecb3 View commit details
    Browse the repository at this point in the history
  2. Update .gitreview for stable/2025.1

    Change-Id: Ibe6b8df5aa52bb5e662b5d518e2661c5b1f3499a
    openstackadmin committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    1f087b0 View commit details
    Browse the repository at this point in the history
  3. Update TOX_CONSTRAINTS_FILE for stable/2025.1

    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/2025.1 branch, tests will
    continue to use the upper-constraints list on master.
    
    Change-Id: I7c06159b89a7459da68e77ab4a90a15e2ddd160c
    openstackadmin committed Mar 10, 2025
    Configuration menu
    Copy the full SHA
    d2884e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2026

  1. Fix observabilityclient-dsvm-functional job

    There were some changes to the sg-core devstack plugin, to
    which we need to react. These changes are similar to what
    was done in the telemetry-tempest-plugin recently:
    https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/945108
    https://review.opendev.org/c/openstack/telemetry-tempest-plugin/+/937371
    
    Use PROMETHEUS_CUSTOM_SCRAPE_TARGETS to pass sg_core scrape endpoint
    
    https://review.opendev.org/c/openstack/devstack-plugin-prometheus/+/950476
    adds the support for passing custom prometheus scrape target in d-p-p.
    
    Let's use the same to pass sg_core endpoint.
    
    Cherry-picked from these 2 commits on master, without conflicts
    (both at once need to be applied to pass CI):
    2fc3646
    34781c5
    
    Change-Id: I5c1885a3ca9d732d41db140a0feb4c87925b5a48
    Co-Authored-By: Chandan Kumar (raukadah) <chkumar@redhat.com>
    Signed-off-by: Elod Illes <elod.illes@est.tech>
    Signed-off-by: Jaromir Wysoglad <jwysogla@redhat.com>
    vyzigold and chkumar246 committed Jan 6, 2026
    Configuration menu
    Copy the full SHA
    93a969a View commit details
    Browse the repository at this point in the history
Loading