We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e251ff0 + b755038 commit 100e5c3Copy full SHA for 100e5c3
main.go
@@ -117,7 +117,7 @@ func NewExporter(dsn string) *Exporter {
117
}
118
119
120
-// Describe describes all the metrics exported by the MS SQL exporter.
+// Describe describes all the metrics exported by the Oracle DB exporter.
121
func (e *Exporter) Describe(ch chan<- *prometheus.Desc) {
122
// We cannot know in advance what metrics the exporter will generate
123
// So we use the poor man's describe method: Run a collect
0 commit comments