Conversation
152acc0 to
b7b1fb2
Compare
b7b1fb2 to
976d501
Compare
043860e to
0f466b4
Compare
0f466b4 to
40b6e18
Compare
|
This PR has not had any activity in the past 30 days, so the |
9697e59 to
bb8e29b
Compare
| github.com/prometheus/consul_exporter v0.8.0 | ||
| github.com/prometheus/memcached_exporter v0.13.0 | ||
| github.com/prometheus/mysqld_exporter v0.14.0 | ||
| github.com/prometheus/mysqld_exporter v0.15.1 |
There was a problem hiding this comment.
Any new config options that need to be exposed since it's a minor version, it can have new features?
bb8e29b to
20cb1b5
Compare
|
|
||
| scrapers := GetScrapers(c) | ||
| exporter := collector.New(context.Background(), string(dsn), scrapers, log, collector.Config{ | ||
| exporter := collector.New(context.Background(), string(dsn), scrapers, slog.Default(), collector.Config{ |
There was a problem hiding this comment.
@thampiotr New here now requires an slog.Logger, is there any adapter in the Alloy codebase?
962ed3c to
69337c6
Compare
58f86b7 to
508bb22
Compare
e509089 to
912bf13
Compare
|
#2173 should be resolved by this when its ready |
912bf13 to
7d01ee8
Compare
cd13c30 to
34bdb8c
Compare
From grafana/mysqld_exporter branch `refactor_collector`, including changes in prometheus/mysqld_exporter#774.
34bdb8c to
5b76ec2
Compare
wildum
left a comment
There was a problem hiding this comment.
LGTM, the implementation follows the one from https://github.com/tjhop/slog-gokit/blob/main/handler.go that Mimir is using besides the necessary small changes that are needed to make it work with the Alloy internal logger
PR Description
Update to mysqld_exporter v0.16.0 and also include prometheus/mysqld_exporter#897.
Note that we continue to use the grafana/mysqld_exporter branch
refactor_collector, including changes from our branch prometheus/mysqld_exporter#774.Which issue(s) this PR fixes
n.a.
Notes to the Reviewer
This introduces the use of github.com/tjhop/slog-gokit
PR Checklist