Skip to content

Commit

Permalink
init exporter
Browse files Browse the repository at this point in the history
  • Loading branch information
destrex271 committed Sep 29, 2024
1 parent 845bf41 commit a3b2930
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
File renamed without changes.
13 changes: 13 additions & 0 deletions exporter/postgresexporter/exporter_metrics.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
package postgresexporter

import (
"database/sql"

"go.uber.org/zap"
)

type metricsExporter struct {
client *sql.DB

logger *zap.Logger
}

0 comments on commit a3b2930

Please sign in to comment.