Move exporters out from core.#1118
Conversation
|
after vanity-url PR is merged I can replace with new dependencies in examples |
Agree, I'll hold off this PR until examples are updated. Or we can move the exporter-specific examples to exporter repos. |
|
The problem with moving examples to exporter repo is that most of the example related to core functionality will move to prometheus just because we use prometheus in most (if not all) examples. @bogdandrutu, should we create example repo and simply link it in readme.md in core library? |
|
Probably we can have in each exporter repo it's own example. |
That would require that we repeat feature examples (like gauge) in all exporters. |
63efc11 to
50000d0
Compare
|
Rebased against the latest |
|
If anyone lands here wondering where they were moved to: https://github.com/census-ecosystem (with imports as |
Also run
$ GO111MODULE=on go mod tidy.