Skip to content

Conversation

@Centaro0
Copy link
Contributor

@Centaro0 Centaro0 commented Sep 6, 2025

@bastischubert
Copy link
Member

@Centaro0 can you please sign the commit to pass the DCO check?

@SuperQ
Copy link
Member

SuperQ commented Oct 9, 2025

This needs a DCO sign-off. You can use git commit -s --amend to add it.

@Centaro0
Copy link
Contributor Author

On it. I am still learning about version control 🙏

Centaro0 and others added 19 commits October 12, 2025 00:03
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.23.0 to 1.23.2.
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.23.0...v1.23.2)

---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
  dependency-version: 1.23.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
* improve apcups

Signed-off-by: Elliott Balsley <[email protected]>

* trim trailing whitespace

Signed-off-by: Elliott Balsley <[email protected]>

* add one missing upsHighPrecBatteryExtraIndex label

Signed-off-by: Elliott Balsley <[email protected]>

---------

Signed-off-by: Elliott Balsley <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
Bumps [github.com/prometheus/exporter-toolkit](https://github.com/prometheus/exporter-toolkit) from 0.14.0 to 0.14.1.
- [Release notes](https://github.com/prometheus/exporter-toolkit/releases)
- [Commits](prometheus/exporter-toolkit@v0.14.0...v0.14.1)

---
updated-dependencies:
- dependency-name: github.com/prometheus/exporter-toolkit
  dependency-version: 0.14.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
add additional dependencies

Signed-off-by: Elliott Balsley <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
On RHEL based distros, the "make generator mibs" was failing after downloaded the mentioned dependicies. In order to run this successfully, you will also need to ensure that "golang-bin" is also installed on the host.

Signed-off-by: FreeWillyB <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
This commit adds support for the following four NAPT-related metrics:

* naptCacheEntries
* naptCachePeak
* naptCacheCreates
* naptCacheOverflows

Each metric is annotated with the following four labels:

* ifAlias
* ifDescr
* ifName
* naptCacheIfIndex

Signed-off-by: Kohei YOSHIDA <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
….yml (prometheus#1503)

* docs: clarify that only dynamic filters are passed to snmp_exporter in snmp.yml

Signed-off-by: Pallavi Khade <[email protected]>
Signed-off-by: Pallavi Khade <[email protected]>

* Update generator/README.md

Signed-off-by: Ben Kochie <[email protected]>

---------

Signed-off-by: Pallavi Khade <[email protected]>
Signed-off-by: Pallavi Khade <[email protected]>
Signed-off-by: Ben Kochie <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
* Add snmp_engineID as a parameter

Signed-off-by: David Robb <[email protected]>

* Formatting fix to comply with circleci

Signed-off-by: David Robb <[email protected]>

* Fix use of brackets for circleci compliance

Signed-off-by: David Robb <[email protected]>

* Update SNMP EngineID URL parameter to use consistent lower case format  (snmp_engineid)

Signed-off-by: David Robb <[email protected]>

* Fix the other snmp_engineID -> snmp_engineid changes I missed last time

Signed-off-by: David Robb <[email protected]>

---------

Signed-off-by: David Robb <[email protected]>
Signed-off-by: David Robb <[email protected]>
Co-authored-by: David Robb <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: prombot <[email protected]>
Co-authored-by: Ben Kochie <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
* chore: enable-all rules from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable emptyStringTest rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable exposedSyncMutex rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable ifElseChain rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable nestingReduce rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable regexpMust rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable regexpSimplify rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable singleCaseSwitch rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable typeDefFirst rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable typeSwitchVar rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* chore: enable unlambda rule from go-critic

Signed-off-by: Matthieu MOREL <[email protected]>

* fic paramTypeCombine

Signed-off-by: Matthieu MOREL <[email protected]>

---------

Signed-off-by: Matthieu MOREL <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: Matthieu MOREL <[email protected]>
Co-authored-by: Sebastian Schubert <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
* Update Go build to 1.25.
* Update minimum Go version to 1.24.0.
* Use supported Go yaml package.

Signed-off-by: SuperQ <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
Add the LICENSE and NOTICE files to the Docker image.

Signed-off-by: SuperQ <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
Signed-off-by: SuperQ <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
prometheus#1513)

Add the prtMarkerSuppliesDescription label, such as "Magenta Toner Cartridge"
or "Waste Toner Box" to the following metrics.

* prtMarkerSuppliesType
* prtMarkerSuppliesMaxCapacity
* prtMarkerSuppliesLevel

Signed-off-by: Kohei YOSHIDA <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
UNIVERGE IX series

This commit adds the picoExtIfDescr label to the following metrics:

* picoExtIfUpperLayer
* picoExtIfType
* picoExtIfSpeed
* picoExtIfDuplex
* picoExtIfEffectiveMtu
* picoExtIfPhysicalAddress
* picoExtIfAdminStatus
* picoExtIfOperStatus
* picoExtIfLastChange

Signed-off-by: Kohei YOSHIDA <[email protected]>
Signed-off-by: Centaro0 <[email protected]>
@Centaro0
Copy link
Contributor Author

I was having issues pushing after rebasing and ammending the signature, so I just followed the instructions. I hope it is now good to merge.

@bastischubert bastischubert merged commit 8151a57 into prometheus:main Oct 16, 2025
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants