This repository was archived by the owner on Apr 17, 2019. It is now read-only.
File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
# PostgreSQL Metrics Exporter
2
- [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/ikitiki /postgresql_exporter )] ( https://goreportcard.com/report/github.com/ikitiki /postgresql_exporter )
2
+ [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/mkabilov /postgresql_exporter )] ( https://goreportcard.com/report/github.com/mkabilov /postgresql_exporter )
3
3
4
4
5
5
Prometheus exporter for PostgreSQL metrics.<br >
@@ -16,7 +16,7 @@ Prometheus exporter for PostgreSQL metrics.<br>
16
16
17
17
Get:
18
18
```
19
- go get -u github.com/ikitiki /postgresql_exporter
19
+ go get -u github.com/mkabilov /postgresql_exporter
20
20
```
21
21
22
22
Run:
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ import (
13
13
"github.com/prometheus/client_golang/prometheus"
14
14
"github.com/prometheus/client_golang/prometheus/promhttp"
15
15
16
- "github.com/ikitiki /postgresql_exporter/pkg/config"
17
- "github.com/ikitiki /postgresql_exporter/pkg/pgcollector"
16
+ "github.com/mkabilov /postgresql_exporter/pkg/config"
17
+ "github.com/mkabilov /postgresql_exporter/pkg/pgcollector"
18
18
)
19
19
20
20
const (
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ import (
12
12
"github.com/jackc/pgx"
13
13
"github.com/jackc/pgx/pgtype"
14
14
15
- "github.com/ikitiki /postgresql_exporter/pkg/config"
15
+ "github.com/mkabilov /postgresql_exporter/pkg/config"
16
16
)
17
17
18
18
//DbInterface describes Db methods
Original file line number Diff line number Diff line change 9
9
10
10
"github.com/prometheus/client_golang/prometheus"
11
11
12
- "github.com/ikitiki /postgresql_exporter/pkg/config"
13
- "github.com/ikitiki /postgresql_exporter/pkg/db"
12
+ "github.com/mkabilov /postgresql_exporter/pkg/config"
13
+ "github.com/mkabilov /postgresql_exporter/pkg/db"
14
14
)
15
15
16
16
const (
You can’t perform that action at this time.
0 commit comments