Skip to content

Commit

Permalink
add grafana metric dashboard example
Browse files Browse the repository at this point in the history
  • Loading branch information
sefacan committed Aug 4, 2024
1 parent aa6c05e commit fd58508
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/grafana/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ func seedCouchbaseBucket() {
} else {
log.Println("Inserted document:", documentID)
}
time.Sleep(1 * time.Second) // 1 saniye bekleme
time.Sleep(1 * time.Second)
}
}

0 comments on commit fd58508

Please sign in to comment.