Skip to content

Bump yabeda from 0.14.0 to 0.16.0#89

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/yabeda-0.16.0
Open

Bump yabeda from 0.14.0 to 0.16.0#89
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/yabeda-0.16.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2026

Bumps yabeda from 0.14.0 to 0.16.0.

Release notes

Sourced from yabeda's releases.

0.16.0: Limit/exclude metrics from groups

Added

  • Ability to include/exclude only certain metrics in a group for export via adapter. [@​sobrinho][] in #49

    Yabeda.configure do
      group :internal do
        only :foo
      end
    end

    To exclude certain metrics from a group, use the except option:

    Yabeda.configure do
      group :internal do
        adapter :prometheus
        except :bar, :baz
      end
    end

0.15.0: Concurrency fixes

Fixed

Changelog

Sourced from yabeda's changelog.

0.16.0 - 2026-03-12

Added

  • Ability to include/exclude only certain metrics in a group for export via adapter. [@​sobrinho][] in #49

    Yabeda.configure do
      group :internal do
        only :foo
      end
    end

    To exclude certain metrics from a group, use the except option:

    Yabeda.configure do
      group :internal do
        adapter :prometheus
        except :bar, :baz
      end
    end

0.15.0 - 2026-03-04

Fixed

Commits
  • a2a2729 0.16.0: Limit/exclude metrics from groups
  • 8c762d1 Allow to limit and exclude metrics for a given group (#49)
  • 826685f 0.15.0: Concurrency fixes
  • 7cf898c Fix RSpec matchers test due to changes in RSpec itself
  • 213cd2b Update CI matrix and test debugging
  • 5b4486b Fix race conditions in gauge and counter increment/decrement methods (#45)
  • 3252e39 Add yabeda-rack-queue to the list of plugins (#47)
  • aa6598a Add yabeda-jemalloc to plugin list in README (#46) [ci skip]
  • See full diff in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [yabeda](https://github.com/yabeda-rb/yabeda) from 0.14.0 to 0.16.0.
- [Release notes](https://github.com/yabeda-rb/yabeda/releases)
- [Changelog](https://github.com/yabeda-rb/yabeda/blob/master/CHANGELOG.md)
- [Commits](yabeda-rb/yabeda@v0.14.0...v0.16.0)

---
updated-dependencies:
- dependency-name: yabeda
  dependency-version: 0.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code labels Mar 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants