Fixed fingerprinter

This commit is contained in:
Carlos Salguero
2019-08-15 17:43:49 -03:00
parent fc93ca3ebc
commit 0f618920c9
2 changed files with 21 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ const (
TOOLNAME = "pt-mongodb-summary"
DefaultAuthDB = "admin"
DefaultHost = "localhost:27017"
DefaultHost = "mongodb://localhost:27017"
DefaultLogLevel = "warn"
DefaultRunningOpsInterval = 1000 // milliseconds
DefaultRunningOpsSamples = 5