Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Commit

Permalink
Log metadata queries with high latency (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiran RG committed Nov 1, 2017
1 parent 83ebee1 commit 81b1e01
Show file tree
Hide file tree
Showing 2 changed files with 729 additions and 105 deletions.
3 changes: 3 additions & 0 deletions common/log_tag.go
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,9 @@ const TagResource = `resource`
// TagOperation is for operation
const TagOperation = `operation`

// TagStatus is for status
const TagStatus = `status`

const checkFormatAndPanic = false // TODO : Enable is staging

var longLowercaseGUIDRegex = regexp.MustCompile(`^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$`)
Expand Down
Loading

0 comments on commit 81b1e01

Please sign in to comment.