mirror of
https://github.com/natrontech/pbs-exporter.git
synced 2026-04-26 10:55:50 +03:00
[PR #167] [MERGED] feat: add subscription metrics #162
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/pbs-exporter#162
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/natrontech/pbs-exporter/pull/167
Author: @nicololuescher
Created: 11/28/2025
Status: ✅ Merged
Merged: 12/3/2025
Merged by: @nicololuescher
Base:
main← Head:feat/pbs-subscription-metric📝 Commits (9)
4858c2einitial implementation of subscription metrics5e6ed9bupdated go minor version1bdaf9a🌱 bump github/codeql-action from 3.29.2 to 4.31.0c2de6e5🌱 bump anchore/sbom-action from 0.20.2 to 0.20.9bee8fed🌱 bump sigstore/cosign-installer from 3.9.1 to 4.0.013bedaf🌱 bump docker/login-action from 3.3.0 to 3.6.0818795b🌱 bump goreleaser/goreleaser-action from 6.3.0 to 6.4.0f022e63chore: update to go 1.25c6ed005ci: update all workflows📊 Changes
13 files changed (+169 additions, -48 deletions)
View changed files
📝
.github/workflows/codeql.yml(+4 -4)📝
.github/workflows/dependency-review.yml(+2 -2)📝
.github/workflows/golangci-lint.yml(+2 -2)📝
.github/workflows/gosec.yml(+3 -3)📝
.github/workflows/osv-scan.yml(+1 -1)📝
.github/workflows/release-verification.yml(+1 -1)📝
.github/workflows/release.yml(+11 -11)📝
.github/workflows/scorecard.yml(+3 -3)📝
.pre-commit-config.yaml(+2 -2)📝
Makefile(+1 -1)📝
go.mod(+8 -6)📝
go.sum(+24 -12)📝
main.go(+107 -0)📄 Description
What this PR does:
Which issue this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close that issue when PR gets merged): fixes #Notes for Reviewer:
Checklist:
feat|fix|chore|docs|...: Changed SomethingREADME.mdfile (e.g. new parameters, environment variables, return values, ...)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.