We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca53b57 commit 2f5422cCopy full SHA for 2f5422c
CHANGELOG.md
@@ -2,7 +2,13 @@
2
3
# Unreleased changes
4
5
-_None outstanding_
+## Bug fixes
6
+
7
+- [#296](https://github.com/prometheus/client_ruby/pull/296) Stringify non-string job
8
+ names in push client:
9
+ Previously, an error would be raised if you passed a symbol as the job name, which
10
+ is inconsistent with how we handle label values in the rest of the client. This
11
+ change converts the job name to a string before trying to use it.
12
13
# 4.2.1 / 2023-08-04
14
0 commit comments