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

Log metadata queries with high latency #317

Merged
merged 1 commit into from
Nov 1, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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