Skip to content

Commit 100e5c3

Browse files
authored
Merge pull request iamseth#69 from vvelikodny/patch-1
fix func doc mistake
2 parents e251ff0 + b755038 commit 100e5c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ func NewExporter(dsn string) *Exporter {
117117
}
118118
}
119119

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

0 commit comments

Comments
 (0)