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: intel/goresctrl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 404a702
Choose a base ref
...
head repository: intel/goresctrl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 470d8db
Choose a head ref
  • 8 commits
  • 8 files changed
  • 3 contributors

Commits on Nov 21, 2025

  1. build(deps): bump actions/checkout from 5 to 6

    Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v5...v6)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-version: '6'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    dependabot[bot] authored Nov 21, 2025
    Configuration menu
    Copy the full SHA
    1f43837 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2025

  1. rdt/prometheus: fix custom labels

    Revert accidental breakage of custom labels that was a unfortunate
    leftover from some development/testing.
    marquiz authored and klihub committed Nov 25, 2025
    Configuration menu
    Copy the full SHA
    acf9094 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2025

  1. rdt: implement OpenTelemetry metrics.

    Implement OpenTelemetry metric instruments covering the same set
    of RDT features as the existing Prometheus metrics collector.
    
    Notes: Unfortunately we can't get fully identical metrics using
    otel. Due to how otel translates otel instruments to prometheus
    metrics, we either end up with different types (gauge vs. counter)
    or extra metric name suffices derived from types and units.
    
    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    16736e9 View commit details
    Browse the repository at this point in the history
  2. cmd/rdt: add otel exporting to monitor.

    Signed-off-by: Krisztian Litkey <[email protected]>
    klihub committed Nov 26, 2025
    Configuration menu
    Copy the full SHA
    d3f1491 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2025

  1. Merge pull request #166 from klihub/goresctrl/devel/otel-metrics

    pkg/rdt, cmd/rdt: implement OpenTelemetry-based metrics.
    marquiz authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    e30f4e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #165 from intel/dependabot/github_actions/main/act…

    …ions/checkout-6
    
    build(deps): bump actions/checkout from 5 to 6
    marquiz authored Nov 28, 2025
    Configuration menu
    Copy the full SHA
    48c79b5 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2025

  1. rdt: correct prometheus metric types

    Align with the the OTEL metrics.
    marquiz committed Dec 9, 2025
    Configuration menu
    Copy the full SHA
    d36372a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #168 from marquiz/devel/fix-prom-metric-types

    rdt: correct prometheus metric types
    marquiz authored Dec 9, 2025
    Configuration menu
    Copy the full SHA
    470d8db View commit details
    Browse the repository at this point in the history
Loading