Skip to content
This repository has been archived by the owner on Feb 13, 2025. It is now read-only.

Commit

Permalink
Merge pull request #69 from vvelikodny/patch-1
Browse files Browse the repository at this point in the history
fix func doc mistake
  • Loading branch information
Yannig authored Jan 2, 2020
2 parents e251ff0 + b755038 commit 100e5c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ func NewExporter(dsn string) *Exporter {
}
}

// Describe describes all the metrics exported by the MS SQL exporter.
// Describe describes all the metrics exported by the Oracle DB exporter.
func (e *Exporter) Describe(ch chan<- *prometheus.Desc) {
// We cannot know in advance what metrics the exporter will generate
// So we use the poor man's describe method: Run a collect
Expand Down

0 comments on commit 100e5c3

Please sign in to comment.