Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
samber authored Nov 13, 2023
1 parent c60961b commit 0d34792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ import (
)

func main() {
endpoint := "http://localhost:3100"
endpoint := "http://localhost:3100/api/prom/push"

logger := slog.New(slogloki.Option{Level: slog.LevelDebug, Endpoint: endpoint}.NewLokiHandler())
logger = logger.
Expand Down

0 comments on commit 0d34792

Please sign in to comment.