Multiple Exporters and custom Exporters support added.

This commit is contained in:
Musab Gültekin
2019-06-11 16:10:49 +03:00
parent e4e8723426
commit 3790295658
5 changed files with 61 additions and 33 deletions

View File

@ -40,4 +40,7 @@ type Options struct {
// Disable logging by setting this true
LogDisabled bool
// For extracting data
Exporters []Exporter
}