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: oliver006/redis_exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.75.0
Choose a base ref
...
head repository: oliver006/redis_exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.76.0
Choose a head ref
  • 5 commits
  • 22 files changed
  • 3 contributors

Commits on Aug 11, 2025

  1. Use cluster mode, in all the places (#1029)

    * use cluster mode, in all the places
    
    * TestScrapeRedisHostSentinelPath
    
    * TestClusterStreamMetricsExtraction
    oliver006 authored Aug 11, 2025
    Configuration menu
    Copy the full SHA
    096f561 View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2025

  1. fix(exporter): improve error message in HTTP handler (#1020)

    Previously, the error message for RedisExporter initialization was hardcoded and didn't include the actual error details. This commit modifies the error response to include the dynamic error value using fmt.Sprintf(), making debugging easier.
    
    Signed-off-by: weidongkl <weidong@uniontech.com>
    weidongkl authored Aug 15, 2025
    Configuration menu
    Copy the full SHA
    ea1bedf View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2025

  1. Bump actions/checkout from 4 to 5 (#1032)

    Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v4...v5)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '5'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    a04e851 View commit details
    Browse the repository at this point in the history
  2. add main_test.go, use golang 1.25 (#1030)

    * add main_test.go
    
    * use golang:1.25
    oliver006 authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    223cae6 View commit details
    Browse the repository at this point in the history
  3. Test extractInfoMetrics (#961)

    * TestExtractInfoMetrics
    
    * TestKeyspaceStringParser
    oliver006 authored Aug 23, 2025
    Configuration menu
    Copy the full SHA
    7632b7b View commit details
    Browse the repository at this point in the history
Loading