clickhouse_exporter icon indicating copy to clipboard operation
clickhouse_exporter copied to clipboard

feat: replace prometheus/log package with log

Open hanyuancheung opened this issue 3 years ago • 2 comments

Background: There are some old issues, between package github.com/sirupsen/logrus and github.com/Sirupsen/logrus. When I import the clickhouse_exporter package into my project, I met the problem with: case-insensitive import collision.

I've searched several infos, like https://github.com/golang/dep/issues/1010 clickhouse_exporter seems import sirupsen package because of the past-out prometheus/log package, which is already renamed and archived. https://github.com/prometheus-junkyard/log

So, I think clickhouse_exporter should remove prometheus/log package instead of using log package.

hanyuancheung avatar Sep 09 '22 14:09 hanyuancheung

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Sep 09 '22 14:09 CLAassistant

@Slach @CHERTS @AlekSi @bobrik @f1yegor

hanyuancheung avatar Sep 09 '22 14:09 hanyuancheung