## 1.13.0 / 2022-08-06 #1112
bwplotka
announced in
Announcements
Replies: 1 comment
-
I'm unable to use v1.13.0 due to #1117 - can we get a v1.13.1 released soon with the fix (#1118) which was merged over a month ago? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
prometheus.TransactionalGatherer
interface forpromhttp.Handler
use which allows using low allocation update techniques for custom collectors. Added Transactional Gatherer allowed cached solutions #989prometheus.NewConstHistogram
. SeeExampleNewConstHistogram_WithExemplar
example on how to use it. Add exemplar support for const histogram #986prometheus/push.Pusher
now has context-aware methods that pass context to HTTP requests. push: Add PushContext and AddContext to Pusher #1028prometheus/push.Pusher
has nowError
method that retrieve last error. Add Error API for pusher #1075testutil.GatherAndCompare
provides now readable diff on failed comparisons. smart diff to testutil.GatherAndCompare #998MetricVec
methodDeletePartialMatch(labels Labels)
for deleting all metrics that match provided labels. Implement deletion based on partially matching labels #1013api.Config
now accepts passing custom*http.Client
. client: Allow configuration of http client #1025promhttp.Instrument*
middlewares now support adding exemplars to metrics. This allows hooking those to your tracing middleware that retrieves trace ID and puts it in exemplar if present. Added exemplar support to http middleware. #1055testutil.ScrapeAndCompare
method. testutil: Add ScrapeAndCompare #1043GopherJS
build support. Fix build against GopherJS #897runtime/metrics
collectors.NewGoCollector
should use. SeeExampleGoCollector_WithAdvancedGoMetrics
. collectors.GoCollector: Added rule support for granular metric configuration. #1102New Contributors ❤️
NewBuildInfoCollector
API #1000Full Changelog: v1.12.1...v1.13.0
This discussion was created from the release ## 1.13.0 / 2022-08-06.
Beta Was this translation helpful? Give feedback.
All reactions