Skip to content

Commit

Permalink
Merge pull request #79 from ExpediaDotCom/config
Browse files Browse the repository at this point in the history
config fix
  • Loading branch information
Kapil Rastogi authored Dec 18, 2019
2 parents 490a851 + 5ab7ede commit c7cca48
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion http/src/main/resources/config/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ extractor {
# allowed add tag to indicate truncation
spans.validation {
max.size {
enable = false
enable = "false"
max.size.limit = 5000 // in bytes
message.tag.key = "X-HAYSTACK-SPAN-INFO"
message.tag.value = "Tags are truncated. REASON: Span Size Limit Exceeded. Please contact Haystack for more details"
Expand Down
2 changes: 1 addition & 1 deletion kinesis/src/main/resources/config/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ extractor {
# allowed add tag to indicate truncation
spans.validation {
max.size {
enable = false
enable = "false"
max.size.limit = 5000 // in bytes
message.tag.key = "X-HAYSTACK-SPAN-INFO"
message.tag.value = "Tags are truncated. REASON: Span Size Limit Exceeded. Please contact Haystack for more details"
Expand Down
2 changes: 1 addition & 1 deletion kinesis/src/test/resources/config/base.conf
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ extractor {
# allowed add tag to indicate truncation
spans.validation {
max.size {
enable = false
enable = "false"
max.size.limit = 5000 // in bytes
message.tag.key = "X-HAYSTACK-SPAN-INFO"
message.tag.value = "Tags are truncated. REASON: Span Size Limit Exceeded. Please contact Haystack for more details"
Expand Down

0 comments on commit c7cca48

Please sign in to comment.