-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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(releasing): Automated changelog generation #19429
chore(releasing): Automated changelog generation #19429
Conversation
Your preview site for the vector.dev will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
Your preview site for the VRL Playground will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
Your preview site for the Rust Doc will be ready in a few minutes, please allow time for it to build. Heres your preview link: |
Datadog ReportBranch report: ✅ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very much looking forward to generating Vector changelogs!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One required change below, otherwise just discussions and nit picking.
Regression Detector ResultsRun ID: 11deb0fb-b216-4e17-802d-55a3a824d396 Performance changes are noted in the perf column of each table:
No significant changes in experiment optimization goalsConfidence level: 90.00% There were no significant changes in experiment optimization goals at this confidence level and effect size tolerance.
|
perf | experiment | goal | Δ mean % | Δ mean % CI |
---|---|---|---|---|
➖ | syslog_log2metric_humio_metrics | ingress throughput | +2.95 | [+2.81, +3.10] |
➖ | http_text_to_http_json | ingress throughput | +1.79 | [+1.66, +1.92] |
➖ | syslog_regex_logs2metric_ddmetrics | ingress throughput | +1.52 | [+1.41, +1.63] |
➖ | splunk_hec_route_s3 | ingress throughput | +1.30 | [+0.78, +1.82] |
➖ | otlp_http_to_blackhole | ingress throughput | +0.60 | [+0.43, +0.77] |
➖ | datadog_agent_remap_blackhole_acks | ingress throughput | +0.50 | [+0.39, +0.60] |
➖ | http_to_http_noack | ingress throughput | +0.16 | [+0.06, +0.26] |
➖ | datadog_agent_remap_blackhole | ingress throughput | +0.14 | [+0.05, +0.23] |
➖ | syslog_log2metric_tag_cardinality_limit_blackhole | ingress throughput | +0.13 | [+0.01, +0.24] |
➖ | http_to_http_json | ingress throughput | +0.03 | [-0.04, +0.11] |
➖ | syslog_log2metric_splunk_hec_metrics | ingress throughput | +0.00 | [-0.14, +0.14] |
➖ | splunk_hec_to_splunk_hec_logs_acks | ingress throughput | +0.00 | [-0.14, +0.14] |
➖ | splunk_hec_indexer_ack_blackhole | ingress throughput | -0.00 | [-0.14, +0.14] |
➖ | syslog_loki | ingress throughput | -0.02 | [-0.07, +0.03] |
➖ | splunk_hec_to_splunk_hec_logs_noack | ingress throughput | -0.02 | [-0.14, +0.09] |
➖ | enterprise_http_to_http | ingress throughput | -0.18 | [-0.26, -0.09] |
➖ | http_to_s3 | ingress throughput | -0.31 | [-0.59, -0.04] |
➖ | socket_to_socket_blackhole | ingress throughput | -0.42 | [-0.51, -0.34] |
➖ | http_to_http_acks | ingress throughput | -0.45 | [-1.75, +0.85] |
➖ | otlp_grpc_to_blackhole | ingress throughput | -0.48 | [-0.58, -0.38] |
➖ | http_elasticsearch | ingress throughput | -0.50 | [-0.57, -0.44] |
➖ | datadog_agent_remap_datadog_logs_acks | ingress throughput | -0.50 | [-0.59, -0.42] |
➖ | datadog_agent_remap_datadog_logs | ingress throughput | -0.51 | [-0.60, -0.41] |
➖ | syslog_splunk_hec_logs | ingress throughput | -0.55 | [-0.62, -0.48] |
➖ | fluent_elasticsearch | ingress throughput | -0.63 | [-1.11, -0.16] |
➖ | syslog_humio_logs | ingress throughput | -1.45 | [-1.56, -1.35] |
➖ | file_to_blackhole | egress throughput | -1.56 | [-4.02, +0.91] |
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:
-
Its estimated |Δ mean %| ≥ 5.00%, indicating the change is big enough to merit a closer look.
-
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.
-
Its configuration does not mark it "erratic".
* initial changes * missing step * typos * typos * typos * check scripts * updates from discussions * cleanup * typo * fix workflow * spell checker grr * markdown lints * align the fragment types * align the fragment types * feedback js * script lint * add for testing * add for testing * partial feedback bg * mark dependabot PRs with no-changelog label * remove changelog entries * clarify readme * spelling * feedback bg
This change implements auto generated user-facing changelogs for OPW.
See the added changelog.d/README.md for details on the process.
DX things to note (apart from the README.md which you should read through):
Testing done