Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update to latest VRL sha #21259

Merged
merged 2 commits into from
Sep 10, 2024
Merged

chore(deps): update to latest VRL sha #21259

merged 2 commits into from
Sep 10, 2024

Conversation

pront
Copy link
Contributor

@pront pront commented Sep 10, 2024

This PR:

  • updates chrono-tz (requires VRL version update)
  • updates the code to use the latest Filter trait

@pront pront requested a review from a team as a code owner September 10, 2024 18:10
@github-actions github-actions bot added the domain: core Anything related to core crates i.e. vector-core, core-common, etc label Sep 10, 2024
@pront pront changed the title chore(deps): update VRL chore(deps): update to latest VRL sha Sep 10, 2024
@@ -131,6 +131,7 @@ members = [

[workspace.dependencies]
chrono = { version = "0.4.38", default-features = false, features = ["clock", "serde"] }
chrono-tz = { version = "0.10.0", default-features = false, features = ["serde"] }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note: The serde feature is required for vector-common only.

Copy link
Member

@jszwedko jszwedko left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@pront pront added the no-changelog Changes in this PR do not need user-facing explanations in the release changelog label Sep 10, 2024
@datadog-vectordotdev
Copy link

Datadog Report

Branch report: pront/update-chrono-tz
Commit report: f8d20b2
Test service: vector

✅ 0 Failed, 7 Passed, 0 Skipped, 25.51s Total Time

@pront pront added this pull request to the merge queue Sep 10, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@pront pront added this pull request to the merge queue Sep 10, 2024
Copy link

Regression Detector Results

Run ID: 417ec9f5-12bf-4e53-8038-6109b1295219 Metrics dashboard

Baseline: 584c70c
Comparison: 8912c04

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

Significant changes in experiment optimization goals

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

perf experiment goal Δ mean % Δ mean % CI links
syslog_log2metric_humio_metrics ingress throughput -5.60 [-5.68, -5.51]

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI links
file_to_blackhole egress throughput +11.02 [+4.11, +17.93]

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI links
file_to_blackhole egress throughput +11.02 [+4.11, +17.93]
datadog_agent_remap_datadog_logs ingress throughput +1.97 [+1.73, +2.21]
syslog_regex_logs2metric_ddmetrics ingress throughput +1.74 [+1.59, +1.89]
fluent_elasticsearch ingress throughput +1.08 [+0.58, +1.57]
syslog_loki ingress throughput +1.00 [+0.92, +1.08]
datadog_agent_remap_blackhole_acks ingress throughput +0.86 [+0.73, +0.98]
http_to_http_acks ingress throughput +0.24 [-0.99, +1.47]
syslog_humio_logs ingress throughput +0.23 [+0.10, +0.35]
http_elasticsearch ingress throughput +0.21 [+0.03, +0.39]
otlp_http_to_blackhole ingress throughput +0.12 [-0.01, +0.25]
http_to_http_noack ingress throughput +0.11 [+0.04, +0.17]
http_to_http_json ingress throughput +0.05 [-0.00, +0.10]
splunk_hec_to_splunk_hec_logs_noack ingress throughput +0.01 [-0.08, +0.11]
splunk_hec_to_splunk_hec_logs_acks ingress throughput -0.00 [-0.11, +0.10]
splunk_hec_indexer_ack_blackhole ingress throughput -0.01 [-0.09, +0.08]
http_to_s3 ingress throughput -0.06 [-0.34, +0.22]
socket_to_socket_blackhole ingress throughput -0.41 [-0.49, -0.33]
http_text_to_http_json ingress throughput -0.65 [-0.79, -0.51]
otlp_grpc_to_blackhole ingress throughput -0.70 [-0.82, -0.59]
datadog_agent_remap_blackhole ingress throughput -0.78 [-0.89, -0.66]
datadog_agent_remap_datadog_logs_acks ingress throughput -1.01 [-1.19, -0.83]
syslog_log2metric_tag_cardinality_limit_blackhole ingress throughput -1.08 [-1.15, -1.02]
syslog_splunk_hec_logs ingress throughput -1.65 [-1.76, -1.54]
splunk_hec_route_s3 ingress throughput -2.15 [-2.46, -1.85]
syslog_log2metric_splunk_hec_metrics ingress throughput -3.10 [-3.21, -2.99]
syslog_log2metric_humio_metrics ingress throughput -5.60 [-5.68, -5.51]

Explanation

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Sep 10, 2024
@jszwedko jszwedko added this pull request to the merge queue Sep 10, 2024
Copy link

Regression Detector Results

Run ID: ab3b18a2-c67a-4866-873d-4e00e32a0ad1 Metrics dashboard

Baseline: 584c70c
Comparison: 3f3b07e

Performance changes are noted in the perf column of each table:

  • ✅ = significantly better comparison variant performance
  • ❌ = significantly worse comparison variant performance
  • ➖ = no significant change in performance

No significant changes in experiment optimization goals

Confidence level: 90.00%
Effect size tolerance: |Δ mean %| ≥ 5.00%

There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.

Experiments ignored for regressions

Regressions in experiments with settings containing erratic: true are ignored.

perf experiment goal Δ mean % Δ mean % CI links
file_to_blackhole egress throughput +3.21 [-3.84, +10.26]

Fine details of change detection per experiment

perf experiment goal Δ mean % Δ mean % CI links
syslog_humio_logs ingress throughput +4.30 [+4.18, +4.42]
http_elasticsearch ingress throughput +3.99 [+3.83, +4.15]
file_to_blackhole egress throughput +3.21 [-3.84, +10.26]
datadog_agent_remap_datadog_logs_acks ingress throughput +1.66 [+1.49, +1.84]
datadog_agent_remap_blackhole_acks ingress throughput +1.57 [+1.45, +1.68]
datadog_agent_remap_datadog_logs ingress throughput +1.02 [+0.86, +1.17]
syslog_splunk_hec_logs ingress throughput +0.70 [+0.59, +0.82]
otlp_grpc_to_blackhole ingress throughput +0.59 [+0.48, +0.71]
datadog_agent_remap_blackhole ingress throughput +0.58 [+0.47, +0.69]
syslog_log2metric_tag_cardinality_limit_blackhole ingress throughput +0.49 [+0.41, +0.57]
http_to_http_noack ingress throughput +0.09 [+0.03, +0.15]
http_to_http_acks ingress throughput +0.09 [-1.15, +1.32]
http_to_http_json ingress throughput +0.07 [+0.01, +0.13]
splunk_hec_to_splunk_hec_logs_acks ingress throughput +0.01 [-0.09, +0.11]
splunk_hec_to_splunk_hec_logs_noack ingress throughput -0.00 [-0.10, +0.09]
splunk_hec_indexer_ack_blackhole ingress throughput -0.01 [-0.09, +0.07]
http_to_s3 ingress throughput -0.02 [-0.29, +0.26]
syslog_regex_logs2metric_ddmetrics ingress throughput -0.16 [-0.30, -0.02]
syslog_loki ingress throughput -0.33 [-0.41, -0.24]
socket_to_socket_blackhole ingress throughput -0.36 [-0.43, -0.30]
otlp_http_to_blackhole ingress throughput -1.42 [-1.55, -1.29]
fluent_elasticsearch ingress throughput -1.44 [-1.93, -0.95]
http_text_to_http_json ingress throughput -1.53 [-1.64, -1.42]
syslog_log2metric_splunk_hec_metrics ingress throughput -2.34 [-2.44, -2.24]
syslog_log2metric_humio_metrics ingress throughput -2.47 [-2.61, -2.34]
splunk_hec_route_s3 ingress throughput -3.73 [-4.03, -3.42]

Explanation

A regression test is an A/B test of target performance in a repeatable rig, where "performance" is measured as "comparison variant minus baseline variant" for an optimization goal (e.g., ingress throughput). Due to intrinsic variability in measuring that goal, we can only estimate its mean value for each experiment; we report uncertainty in that value as a 90.00% confidence interval denoted "Δ mean % CI".

For each experiment, we decide whether a change in performance is a "regression" -- a change worth investigating further -- if all of the following criteria are true:

  1. Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.

  2. Its 90.00% confidence interval "Δ mean % CI" does not contain zero, indicating that if our statistical model is accurate, there is at least a 90.00% chance there is a difference in performance between baseline and comparison variants.

  3. Its configuration does not mark it "erratic".

Merged via the queue into master with commit 3f3b07e Sep 10, 2024
83 of 85 checks passed
@jszwedko jszwedko deleted the pront/update-chrono-tz branch September 10, 2024 23:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: core Anything related to core crates i.e. vector-core, core-common, etc no-changelog Changes in this PR do not need user-facing explanations in the release changelog
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants