Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ resolver = "3"
authors = ["EMF Team <[email protected]>"]
edition = "2024"
license = "MIT"
version = "0.12.0"
version = "0.12.1"

[workspace.lints.rust]
unreachable_pub = "deny"
Expand Down
6 changes: 6 additions & 0 deletions lustrefs-exporter/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
prometheus-lustrefs-exporter (0.12.1-0.1) unstable; urgency=medium

* Ignore LQA quotas

-- EMF Team <[email protected]> Fri, 31 Oct 2025 17:00:00 +0200

prometheus-lustrefs-exporter (0.12.0-0.1) unstable; urgency=medium

* Include lustre OSD cache statistics in the exporter
Expand Down
2 changes: 1 addition & 1 deletion lustrefs-exporter/lustrefs_exporter.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: lustrefs_exporter
Version: 0.12.0
Version: 0.12.1
Release: 1%{?dist}
Summary: prometheus exporter for lustre
License: MIT
Expand Down
Loading