Skip to content

Bump yabeda from 0.15.0 to 0.16.0#45

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

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

Bumps yabeda from 0.15.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
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
Commits
  • a2a2729 0.16.0: Limit/exclude metrics from groups
  • 8c762d1 Allow to limit and exclude metrics for a given group (#49)
  • 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.15.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.15.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 18, 2026
@dependabot dependabot bot requested review from Copilot and removed request for Copilot March 18, 2026 18:55
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