Skip to content

Commit 49b12f3

Browse files
committed
Add metrics summary and logging endpoints
1 parent 560a0a6 commit 49b12f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import (
1414
"github.com/prometheus/client_golang/prometheus"
1515
"github.com/prometheus/client_golang/prometheus/promauto"
1616
"github.com/prometheus/client_golang/prometheus/promhttp"
17-
dto "github.com/prometheus/client_model/go"
17+
"github.com/prometheus/client_model/go"
1818
"github.com/openai/openai-go"
1919
"github.com/openai/openai-go/option"
2020
)
@@ -452,4 +452,4 @@ func main() {
452452
}
453453

454454
log.Println("Server exiting")
455-
}
455+
}

0 commit comments

Comments
 (0)