Skip to content

Commit

Permalink
Merge pull request #847 from ExpediaDotCom/pitchfork_validation
Browse files Browse the repository at this point in the history
Pitchfork validations to prevent spans with null or disordered time
  • Loading branch information
absrivastava authored Jan 21, 2021
2 parents 93fd485 + 2123cba commit 139cb88
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,11 @@ spec:
- name: "PITCHFORK_FORWARDERS_LOGGING_LOG_FULL_SPAN"
value: "${logging_span_enabled}"
- name: "PITCHFORK_FORWARDERS_HAYSTACK_KAFKA_TOPIC"
value: "${kafka_topic}"
value: "${kafka_topic}"
- name: "PITCHFORK_VALIDATORS_MAX_TIMESTAMP_DRIFT_SECONDS"
value: "86400"
- name: "PITCHFORK_VALIDATORS_ACCEPT_NULL_TIMESTAMPS"
value: "false"
${env_vars}
livenessProbe:
httpGet:
Expand Down

0 comments on commit 139cb88

Please sign in to comment.