Skip to content

Commit 139cb88

Browse files
authored
Merge pull request #847 from ExpediaDotCom/pitchfork_validation
Pitchfork validations to prevent spans with null or disordered time
2 parents 93fd485 + 2123cba commit 139cb88

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

  • deployment/terraform/modules/haystack-apps/kubernetes/pitchfork/templates

deployment/terraform/modules/haystack-apps/kubernetes/pitchfork/templates/deployment.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,11 @@ spec:
4141
- name: "PITCHFORK_FORWARDERS_LOGGING_LOG_FULL_SPAN"
4242
value: "${logging_span_enabled}"
4343
- name: "PITCHFORK_FORWARDERS_HAYSTACK_KAFKA_TOPIC"
44-
value: "${kafka_topic}"
44+
value: "${kafka_topic}"
45+
- name: "PITCHFORK_VALIDATORS_MAX_TIMESTAMP_DRIFT_SECONDS"
46+
value: "86400"
47+
- name: "PITCHFORK_VALIDATORS_ACCEPT_NULL_TIMESTAMPS"
48+
value: "false"
4549
${env_vars}
4650
livenessProbe:
4751
httpGet:

0 commit comments

Comments
 (0)