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): bump trust-dns-proto from 0.20.4 to 0.21.1 #11604

Merged
merged 8 commits into from
Mar 1, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 28, 2022

Bumps trust-dns-proto from 0.20.4 to 0.21.1.

Release notes

Sourced from trust-dns-proto's releases.

v0.21.1

0.21.1

Fixed

  • (util) fixed feature build issue in resolve #1649

v0.21.0

0.21.0

Added

Changed

  • (util) openssl is no longer default enabled in trust-dns-utils, bins marked as required as necessary #1644
  • (proto) deprecate outdated dnssec algorithms #1640
  • (server) pass RequestInfo into Authority on search #1620
  • (proto) SSHFP: Ed448 is assigned algorithm 6 in RFC 8709 #1604
  • (resolver) Do not retry the same name server on a negative response (@​peterthejohnston) #1589
  • (all) with-backtrace feature renamed to backtrace (@​pinkisemils) #1577
  • (resolver) TCP for truncated message responses, but not for other failures on responses (switch for old behavior try_tcp_on_error) ( @​peterthejohnston) #1562
  • (server) Multiple queries in a message will always result in a FormError now #1554
  • (server) ServerFuture and other Catalog related API changes #1554
  • (server) By default, the server will now only log a single log line based for a given request (debug will be needed for more details) #1554
  • (server) ResponseHandler now must return a ResponseInfo to allow for more consistent logging #1554
  • (resolver) Correct behavior around trust_nx_responses (@​peterthejohnston) #1556
  • (server) ResponseHandler trait is now async_trait, requires all impls to be annotated with #[async_trait] #1550
  • (server) Authority impls required to be internally modifiable and Send + Sync #1550
  • (server) Most Authority methods changes to async fn rather than returning custom Future impls #1550
  • (server) Authority trait is now async_trait, requires all impls to be annotated with #[async_trait] #1550
  • (proto) Header now stores ResponseCode instead of just u8 #1537
  • (client) improved async client example documentation (@​ErwanDL) #1539
  • (resolver) on REFUSED (and other negative) response(s), fall back to other nameservers (@​peterthejohnston) #1513 #1526
  • (client) the feature dnssec is no longer enabled by default, use dnssec-ring or dnssec-openssl #1506
  • (server) dnssec functions of Authority moved into DnsSecAuthority #1506
  • (all) Most public enum types are now marked #[non_exaustive] #1426
  • (resolver) DnsRequestOptions and ResolverOpts now #[non_exaustive] #1426
  • (proto) all I/O Streams now use BufDnsStreamHandle rather than generic DnsStreamHandle #1433
  • (proto) DnsResponse response now contains only a single Response #1433

... (truncated)

Changelog

Sourced from trust-dns-proto's changelog.

0.21.1

Fixed

  • (util) fixed feature build issue in resolve #1649

0.21.0

Added

Changed

  • (util) openssl is no longer default enabled in trust-dns-utils, bins marked as required as necessary #1644
  • (proto) deprecate outdated dnssec algorithms #1640
  • (server) pass RequestInfo into Authority on search #1620
  • (proto) SSHFP: Ed448 is assigned algorithm 6 in RFC 8709 #1604
  • (resolver) Do not retry the same name server on a negative response (@​peterthejohnston) #1589
  • (all) with-backtrace feature renamed to backtrace (@​pinkisemils) #1577
  • (resolver) TCP for truncated message responses, but not for other failures on responses (switch for old behavior try_tcp_on_error) ( @​peterthejohnston) #1562
  • (server) Multiple queries in a message will always result in a FormError now #1554
  • (server) ServerFuture and other Catalog related API changes #1554
  • (server) By default, the server will now only log a single log line based for a given request (debug will be needed for more details) #1554
  • (server) ResponseHandler now must return a ResponseInfo to allow for more consistent logging #1554
  • (resolver) Correct behavior around trust_nx_responses (@​peterthejohnston) #1556
  • (server) ResponseHandler trait is now async_trait, requires all impls to be annotated with #[async_trait] #1550
  • (server) Authority impls required to be internally modifiable and Send + Sync #1550
  • (server) Most Authority methods changes to async fn rather than returning custom Future impls #1550
  • (server) Authority trait is now async_trait, requires all impls to be annotated with #[async_trait] #1550
  • (proto) Header now stores ResponseCode instead of just u8 #1537
  • (client) improved async client example documentation (@​ErwanDL) #1539
  • (resolver) on REFUSED (and other negative) response(s), fall back to other nameservers (@​peterthejohnston) #1513 #1526
  • (client) the feature dnssec is no longer enabled by default, use dnssec-ring or dnssec-openssl #1506
  • (server) dnssec functions of Authority moved into DnsSecAuthority #1506
  • (all) Most public enum types are now marked #[non_exaustive] #1426
  • (resolver) DnsRequestOptions and ResolverOpts now #[non_exaustive] #1426
  • (proto) all I/O Streams now use BufDnsStreamHandle rather than generic DnsStreamHandle #1433
  • (proto) DnsResponse response now contains only a single Response #1433
  • (proto) Name::append_name and Name::append_domain now properly fallible when name is too long #1448
  • (resolver) special handling of the onion. TLD added to static resolution with negative responses (@​trinity-1686a) #1479

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [trust-dns-proto](https://github.com/bluejekyll/trust-dns) from 0.20.4 to 0.21.1.
- [Release notes](https://github.com/bluejekyll/trust-dns/releases)
- [Changelog](https://github.com/bluejekyll/trust-dns/blob/main/CHANGELOG.md)
- [Commits](bluejekyll/trust-dns@v0.20.4...v0.21.1)

---
updated-dependencies:
- dependency-name: trust-dns-proto
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the domain: deps Anything related to Vector's dependencies label Feb 28, 2022
@bits-bot
Copy link

bits-bot commented Feb 28, 2022

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ jszwedko
❌ dependabot[bot]
You have signed the CLA already but the status is still pending? Let us recheck it.

@netlify
Copy link

netlify bot commented Feb 28, 2022

✔️ Deploy Preview for vector-project ready!

🔨 Explore the source changes: a29eec9

🔍 Inspect the deploy log: https://app.netlify.com/sites/vector-project/deploys/621e585f69e85b0007f5aea1

😎 Browse the preview: https://deploy-preview-11604--vector-project.netlify.app/reports/lighthouse

@jszwedko jszwedko self-assigned this Feb 28, 2022
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
@github-actions github-actions bot added the domain: sources Anything related to the Vector's sources label Feb 28, 2022
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
);

self.insert(
self.event_schema
.dns_query_header_schema()
.authority_count(),
header.authority_count as i64,
Copy link
Member

Choose a reason for hiding this comment

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

I removed most of these as i64s because Event already implements From for most numeric types (which just calls as i64).

}),
},
dns_message::RTYPE_MB => {
let mut decoder = self.get_rdata_decoder_with_raw_message(rdata.anything());
Copy link
Member

Choose a reason for hiding this comment

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

This was the bulk of the changes here. RData#anything was changed to not return an Option. Instead Record#data returns an Option<RData> (you can see the corresponding change above around 152).

https://github.com/bluejekyll/trust-dns/pull/1626

It's not really clear to me when there would be no record data, but the end result should be preserved that we just bubble up an error.

Comment on lines 851 to 853
option => Err(DnsMessageParserError::UnknownEdnsOption {
option: option.clone(),
}),
Copy link
Member

Choose a reason for hiding this comment

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

They made this enum non-exhaustive. If they do add another member, then we would need to handle it. Rust is adding a lint for this, but it isn't stable yet: rust-lang/rust#89554

Copy link
Member

@jszwedko jszwedko Mar 1, 2022

Choose a reason for hiding this comment

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

Actually, I was able to handle the unknown options generically in 9ec889d which improves this. Ideally, we'd still get compiler warnings if they add a new variant, but this at least removes the error I was previously bubbling up.

@jszwedko
Copy link
Member

@spencergilbert I made enough changes here that it probably warrants another set of 👀 if you wouldn't mind taking a peek.

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
@github-actions
Copy link

github-actions bot commented Mar 1, 2022

Soak Test Results

Baseline: 82264fa
Comparison: 9ec889d
Total Vector CPUs: 4

Explanation

A soak test is an integrated performance test for vector in a repeatable rig, with varying configuration for vector. What follows is a statistical summary of a brief vector run for each configuration across SHAs given above. The goal of these tests are to determine, quickly, if vector performance is changed and to what degree by a pull request. Where appropriate units are scaled per-core.

The table below, if present, lists those experiments that have experienced a statistically significant change in their throughput performance between baseline and comparision SHAs, with 90.0% confidence OR have been detected as newly erratic. Negative values mean that baseline is faster, positive comparison. Results that do not exhibit more than a ±5% change in mean throughput are discarded. An experiment is erratic if its coefficient of variation is greater than 0.3. The abbreviated table will be omitted if no interesting changes are observed.

Changes in throughput with confidence ≥ 90.00% and absolute Δ mean >= ±5%:

experiment Δ mean Δ mean % confidence
syslog_log2metric_humio_metrics -700.29KiB -5.74 100.00%
syslog_humio_logs -763.35KiB -5.95 100.00%
syslog_splunk_hec_logs -1015.15KiB -8.15 100.00%
http_pipelines_no_grok_blackhole -345.11KiB -8.21 100.00%
syslog_log2metric_splunk_hec_metrics -1.11MiB -8.68 100.00%
Fine details of change detection per experiment.
experiment Δ mean Δ mean % confidence baseline mean baseline stdev baseline stderr baseline outlier % baseline CoV comparison mean comparison stdev comparison stderr comparison outlier % comparison CoV erratic declared erratic
http_to_http_acks 715.76KiB 7.87 99.19% 8.88MiB 4.42MiB 184.81KiB 0 0.497386 9.58MiB 4.75MiB 196.63KiB 0 0.495889 True True
http_to_http_noack 873.28KiB 4.55 100.00% 18.75MiB 1.7MiB 70.51KiB 0 0.0907702 19.6MiB 852.24KiB 34.45KiB 0 0.0424186 False False
syslog_loki 66.99KiB 0.91 100.00% 7.21MiB 41.24KiB 1.68KiB 0 0.00558306 7.27MiB 36.02KiB 1.47KiB 0 0.0048327 False False
splunk_hec_route_s3 19.26KiB 0.17 11.75% 10.95MiB 2.26MiB 93.47KiB 0 0.206007 10.97MiB 2.24MiB 90.65KiB 0 0.204108 False False
splunk_hec_to_splunk_hec_logs_noack 18.96KiB 0.08 64.83% 23.84MiB 337.96KiB 13.8KiB 0 0.0138313 23.86MiB 369.96KiB 14.95KiB 0 0.0151294 False False
fluent_elasticsearch 21.3KiB 0.03 98.62% 79.47MiB 55.6KiB 2.25KiB 0 0.000682709 79.49MiB 206.11KiB 8.33KiB 0 0.00252995 False False
splunk_hec_indexer_ack_blackhole 539.89B 0 1.75% 23.84MiB 419.43KiB 17.05KiB 0 0.017167 23.84MiB 412.85KiB 16.85KiB 0 0.0168971 False False
fluent_remap_aws_firehose -50.45KiB -0.06 92.52% 79.52MiB 710.75KiB 28.18KiB 0 0.00872144 79.47MiB 53.66KiB 2.18KiB 0 0.000658789 False False
socket_to_socket_blackhole -70.4KiB -0.57 100.00% 12.1MiB 256.39KiB 10.42KiB 0 0.0206692 12.04MiB 259.83KiB 10.55KiB 0 0.0210659 False False
datadog_agent_remap_blackhole -307.52KiB -0.84 100.00% 35.56MiB 807.35KiB 32.8KiB 0 0.022154 35.26MiB 987.06KiB 40.2KiB 0 0.0273157 False False
splunk_transforms_splunk3 -58.16KiB -0.86 43.76% 6.58MiB 1.71MiB 70.81KiB 0 0.259167 6.52MiB 1.71MiB 71.14KiB 0 0.261984 False False
http_to_http_json -155.12KiB -0.93 99.86% 16.32MiB 837.36KiB 33.31KiB 0 0.0500512 16.17MiB 871.85KiB 35.24KiB 0 0.0525996 False False
splunk_hec_to_splunk_hec_logs_acks -228.53KiB -0.94 99.57% 23.82MiB 1.59MiB 64.82KiB 0 0.0667633 23.6MiB 1.15MiB 46.78KiB 0 0.0487883 False False
datadog_agent_remap_blackhole_acks -733.52KiB -2 100.00% 35.84MiB 885.64KiB 36.16KiB 0 0.0241143 35.12MiB 602.0KiB 24.58KiB 0 0.0167258 False False
datadog_agent_remap_datadog_logs -984.94KiB -2.17 100.00% 44.23MiB 474.9KiB 19.39KiB 0 0.0104756 43.27MiB 668.81KiB 27.3KiB 0 0.015081 False False
http_pipelines_blackhole -17.19KiB -3.68 56.59% 467.2KiB 372.39KiB 16.03KiB 0 0.79633 450.0KiB 350.25KiB 15.03KiB 0 0.7776 True True
http_pipelines_blackhole_acks -56.98KiB -4.15 85.25% 1.34MiB 698.54KiB 28.38KiB 0 0.508676 1.28MiB 683.94KiB 27.21KiB 0 0.519637 True True
syslog_regex_logs2metric_ddmetrics -447.87KiB -4.74 100.00% 9.23MiB 270.97KiB 11.06KiB 0 0.0286466 8.79MiB 209.5KiB 8.55KiB 0 0.0232498 False False
datadog_agent_remap_datadog_logs_acks -2.29MiB -4.87 100.00% 47.07MiB 608.17KiB 24.64KiB 0 0.0126086 44.77MiB 842.82KiB 34.24KiB 0 0.0183673 False False
syslog_log2metric_humio_metrics -700.29KiB -5.74 100.00% 11.92MiB 332.85KiB 13.52KiB 0 0.0272446 11.24MiB 220.14KiB 8.95KiB 0 0.0191155 False False
syslog_humio_logs -763.35KiB -5.95 100.00% 12.53MiB 1.06MiB 49.12KiB 0 0.0846282 11.79MiB 70.28KiB 2.84KiB 0 0.00581744 False False
http_datadog_filter_blackhole -351.7KiB -7.74 100.00% 4.44MiB 636.84KiB 28.8KiB 0 0.139963 4.1MiB 684.32KiB 27.82KiB 0 0.163042 False True
syslog_splunk_hec_logs -1015.15KiB -8.15 100.00% 12.17MiB 243.62KiB 9.85KiB 0 0.0195375 11.18MiB 212.99KiB 8.7KiB 0 0.0185955 False False
http_pipelines_no_grok_blackhole -345.11KiB -8.21 100.00% 4.1MiB 723.4KiB 34.76KiB 0 0.171965 3.77MiB 762.3KiB 30.42KiB 0 0.197497 False False
syslog_log2metric_splunk_hec_metrics -1.11MiB -8.68 100.00% 12.81MiB 259.48KiB 10.59KiB 0 0.0197576 11.7MiB 270.97KiB 11.03KiB 0 0.0225933 False False
Fine details of each soak run.
(experiment, variant, run_id) total samples mean std min median p90 p95 p99 max skewness
('fluent_remap_aws_firehose', 'baseline', '4647d3a1-a2b2-4577-8345-19c976f40154') 231 79.61MiB 1.15MiB 79.34MiB 79.47MiB 79.56MiB 79.58MiB 84.79MiB 90.84MiB 9.02461
('fluent_elasticsearch', 'comparison', '2122ed47-f81e-443d-9d06-5a81d6761cce') 204 79.54MiB 345.76KiB 79.33MiB 79.47MiB 79.56MiB 79.59MiB 81.4MiB 81.78MiB 5.15247
('fluent_elasticsearch', 'baseline', '51844449-0665-4229-bb0a-03a053481340') 204 79.47MiB 56.95KiB 79.35MiB 79.47MiB 79.55MiB 79.56MiB 79.59MiB 79.68MiB 0.298243
('fluent_remap_aws_firehose', 'baseline', 'dc3dd7b8-2da5-40eb-b50c-4c859d7ac10a') 202 79.47MiB 66.29KiB 79.26MiB 79.47MiB 79.55MiB 79.57MiB 79.59MiB 79.73MiB 0.0887957
('fluent_remap_aws_firehose', 'baseline', '41e484cd-fd96-4cb3-a18d-33378b6580bf') 203 79.47MiB 56.83KiB 79.33MiB 79.47MiB 79.55MiB 79.56MiB 79.58MiB 79.59MiB -0.102317
('fluent_remap_aws_firehose', 'comparison', '8244b313-b33a-4866-93ee-2dcb0f9f74f3') 203 79.47MiB 54.41KiB 79.34MiB 79.47MiB 79.54MiB 79.56MiB 79.6MiB 79.68MiB 0.320922
('fluent_elasticsearch', 'baseline', 'd1ac4df2-2791-4a37-bfd8-35bc17aa9914') 204 79.47MiB 53.62KiB 79.34MiB 79.47MiB 79.55MiB 79.57MiB 79.58MiB 79.59MiB 0.135371
('fluent_elasticsearch', 'baseline', '044ca818-3a54-4a9f-b196-b77897210366') 204 79.47MiB 56.46KiB 79.33MiB 79.47MiB 79.55MiB 79.57MiB 79.58MiB 79.59MiB -0.071507
('fluent_elasticsearch', 'comparison', '9c1d164d-f689-4d5c-9bf6-0424fa04e1f1') 204 79.47MiB 52.72KiB 79.33MiB 79.47MiB 79.54MiB 79.56MiB 79.59MiB 79.6MiB 0.134025
('fluent_remap_aws_firehose', 'comparison', '836a8a36-40f4-402a-aa00-7eab0290c6f2') 202 79.47MiB 54.35KiB 79.33MiB 79.47MiB 79.54MiB 79.56MiB 79.59MiB 79.62MiB -0.00284381
('fluent_remap_aws_firehose', 'comparison', '9f29f0d5-2af3-4892-934d-07777830044c') 203 79.47MiB 52.45KiB 79.34MiB 79.47MiB 79.54MiB 79.56MiB 79.59MiB 79.63MiB 0.197027
('fluent_elasticsearch', 'comparison', 'e3b5cd47-584a-4559-bc9c-6e86530e16e8') 204 79.47MiB 51.44KiB 79.32MiB 79.47MiB 79.54MiB 79.56MiB 79.59MiB 79.6MiB 0.0691666
('datadog_agent_remap_datadog_logs_acks', 'baseline', 'aae28ec9-86e4-4b15-b9dc-5c192a58c7b3') 203 47.73MiB 226.0KiB 47.13MiB 47.78MiB 47.98MiB 48.03MiB 48.08MiB 48.17MiB -0.648544
('datadog_agent_remap_datadog_logs_acks', 'baseline', 'dc26fb36-d7cd-404f-a8b9-706e16b00945') 203 46.85MiB 359.16KiB 46.02MiB 46.81MiB 47.34MiB 47.45MiB 47.59MiB 47.72MiB 0.150654
('datadog_agent_remap_datadog_logs_acks', 'baseline', '1b841e88-ef14-4e94-80ac-4337a43ad403') 203 46.61MiB 445.92KiB 45.55MiB 46.65MiB 47.14MiB 47.29MiB 47.44MiB 47.47MiB -0.320858
('datadog_agent_remap_datadog_logs_acks', 'comparison', '5877a92b-60d9-42c1-bc85-f858c283a168') 202 45.4MiB 340.56KiB 44.33MiB 45.42MiB 45.82MiB 45.93MiB 46.04MiB 46.15MiB -0.298836
('datadog_agent_remap_datadog_logs_acks', 'comparison', 'abd11f5e-1b21-4b7c-9d8e-8d99f7814e04') 202 45.23MiB 226.35KiB 44.66MiB 45.24MiB 45.49MiB 45.61MiB 45.72MiB 45.79MiB -0.0269991
('datadog_agent_remap_datadog_logs', 'baseline', '6e7fb2f9-068a-4dff-9abe-6a4ce78e1851') 200 44.6MiB 545.41KiB 43.72MiB 44.44MiB 45.62MiB 45.76MiB 46.07MiB 46.23MiB 1.34776
('datadog_agent_remap_datadog_logs', 'baseline', '3412e5c0-f366-488f-b021-ec3ca47681c0') 200 44.13MiB 249.73KiB 43.49MiB 44.13MiB 44.44MiB 44.52MiB 44.64MiB 44.89MiB -0.00456902
('datadog_agent_remap_datadog_logs', 'baseline', 'f006e768-cd09-4083-8962-4fef13cae590') 200 43.98MiB 310.56KiB 43.33MiB 43.97MiB 44.26MiB 44.41MiB 45.33MiB 45.61MiB 1.49283
('datadog_agent_remap_datadog_logs', 'comparison', 'c60344d7-e9c7-4b16-ad93-a96e3026c7fc') 200 43.9MiB 387.02KiB 42.81MiB 43.9MiB 44.41MiB 44.54MiB 44.78MiB 44.88MiB 0.121435
('datadog_agent_remap_datadog_logs_acks', 'comparison', 'eadd5782-4e5f-4033-92b5-9c886569553c') 202 43.69MiB 334.67KiB 43.02MiB 43.72MiB 44.11MiB 44.23MiB 44.45MiB 44.52MiB 0.0303026
('datadog_agent_remap_datadog_logs', 'comparison', '3513e209-3c71-41f7-ba89-8707201d85d5') 200 43.24MiB 411.24KiB 42.25MiB 43.3MiB 43.72MiB 43.78MiB 43.98MiB 44.09MiB -0.371691
('datadog_agent_remap_datadog_logs', 'comparison', '5c473e0d-75df-485a-8bea-889f1fef9929') 200 42.67MiB 484.66KiB 41.84MiB 42.58MiB 43.37MiB 43.91MiB 44.22MiB 44.54MiB 1.8463
('datadog_agent_remap_blackhole_acks', 'baseline', '755731a4-3cf8-46b7-9ce7-dcedd229eac7') 200 36.54MiB 395.37KiB 35.45MiB 36.51MiB 37.06MiB 37.09MiB 37.32MiB 37.45MiB -0.0849445
('datadog_agent_remap_blackhole', 'baseline', '3e15a542-c4d4-4326-9b1f-7787dec543f2') 202 36.34MiB 337.98KiB 35.35MiB 36.41MiB 36.7MiB 36.79MiB 36.92MiB 36.94MiB -0.806203
('datadog_agent_remap_blackhole_acks', 'baseline', 'd30fa0c8-1157-49bb-a025-59939fc2b67e') 200 36.2MiB 482.9KiB 35.23MiB 36.17MiB 36.89MiB 37.03MiB 37.23MiB 37.36MiB 0.245703
('datadog_agent_remap_blackhole', 'comparison', 'd6159f8e-cd53-4707-bba4-0cc13bda01b5') 201 35.98MiB 351.0KiB 35.2MiB 36.0MiB 36.44MiB 36.59MiB 36.71MiB 36.89MiB 0.108718
('datadog_agent_remap_blackhole', 'comparison', 'eed56740-bc50-47c9-aeb5-9f108227d793') 201 35.81MiB 386.59KiB 34.97MiB 35.82MiB 36.25MiB 36.34MiB 36.68MiB 36.74MiB -0.0863195
('datadog_agent_remap_blackhole', 'baseline', '3a7f77a0-1bec-421d-83c7-f4b6e217553e') 202 35.74MiB 249.39KiB 35.03MiB 35.74MiB 36.05MiB 36.13MiB 36.4MiB 36.5MiB 0.177123
('datadog_agent_remap_blackhole_acks', 'comparison', '7134885e-b0ba-4e76-a0d2-1960d1d15623') 200 35.54MiB 444.98KiB 34.57MiB 35.52MiB 36.12MiB 36.19MiB 36.36MiB 36.43MiB 0.0465918
('datadog_agent_remap_blackhole_acks', 'comparison', 'a4443af2-c6ef-4d44-8f2f-65d546d3aa04') 200 35.29MiB 512.09KiB 34.13MiB 35.3MiB 35.94MiB 36.03MiB 36.2MiB 36.38MiB -0.1171
('datadog_agent_remap_blackhole_acks', 'baseline', 'c9d5c88e-fa05-4b07-a425-d0806d3e9edd') 200 34.76MiB 309.5KiB 34.06MiB 34.74MiB 35.1MiB 35.21MiB 35.59MiB 36.36MiB 1.05262
('datadog_agent_remap_blackhole', 'baseline', '5cfd6f54-aa0c-4e0a-b4b4-28e6fe3b344a') 202 34.6MiB 360.13KiB 33.89MiB 34.55MiB 35.05MiB 35.22MiB 35.55MiB 35.66MiB 0.60047
('datadog_agent_remap_blackhole_acks', 'comparison', 'd9cea3f2-2c62-4d83-8e8f-6120b1bf2b12') 200 34.53MiB 231.83KiB 33.94MiB 34.56MiB 34.81MiB 34.88MiB 35.0MiB 35.1MiB -0.203161
('datadog_agent_remap_blackhole', 'comparison', '61447ce6-4437-49f9-b98f-4d5bde9c2859') 201 33.98MiB 253.44KiB 33.43MiB 33.98MiB 34.3MiB 34.41MiB 34.57MiB 34.7MiB 0.173406
('splunk_hec_to_splunk_hec_logs_noack', 'comparison', '30a028df-0242-4b32-85dc-b686b572a361') 204 23.9MiB 429.36KiB 22.91MiB 23.88MiB 24.36MiB 24.55MiB 25.1MiB 26.12MiB 1.02977
('splunk_hec_to_splunk_hec_logs_acks', 'baseline', '06e1a631-086b-45ce-bdb3-e98c93a05fff') 232 23.86MiB 1.3MiB 20.02MiB 24.17MiB 25.24MiB 25.42MiB 25.77MiB 26.06MiB -1.00802
('splunk_hec_to_splunk_hec_logs_acks', 'baseline', '89df7a0a-168a-4351-963c-ed23b1315622') 200 23.85MiB 1.82MiB 19.82MiB 23.87MiB 26.63MiB 26.95MiB 27.4MiB 27.44MiB -0.191001
('splunk_hec_to_splunk_hec_logs_noack', 'comparison', 'fa677f15-968a-4a79-aa66-cef6032735be') 204 23.85MiB 345.6KiB 22.96MiB 23.85MiB 24.3MiB 24.36MiB 24.55MiB 24.64MiB -0.0403701
('splunk_hec_to_splunk_hec_logs_noack', 'baseline', '8b7a10da-e226-4089-a438-739d8187f4cb') 200 23.84MiB 336.31KiB 23.05MiB 23.87MiB 24.28MiB 24.37MiB 24.51MiB 24.63MiB -0.0403989
('splunk_hec_indexer_ack_blackhole', 'comparison', '5234f3d9-42cb-455f-85a8-5079dc3a71ff') 200 23.84MiB 410.25KiB 22.91MiB 23.87MiB 24.36MiB 24.49MiB 24.69MiB 24.75MiB -0.0622775
('splunk_hec_indexer_ack_blackhole', 'baseline', '74497f41-4f6e-44db-bb45-9fa616ecae02') 200 23.84MiB 424.6KiB 22.78MiB 23.87MiB 24.33MiB 24.48MiB 24.75MiB 24.81MiB -0.151563
('splunk_hec_to_splunk_hec_logs_noack', 'baseline', 'a13b1b80-ede8-4d85-8376-b6f37762f847') 200 23.84MiB 345.94KiB 22.99MiB 23.86MiB 24.25MiB 24.36MiB 24.52MiB 24.69MiB -0.221431
('splunk_hec_indexer_ack_blackhole', 'baseline', '5d7f953a-ec45-49b7-b33d-43536d3f8ca1') 200 23.84MiB 424.85KiB 22.44MiB 23.87MiB 24.33MiB 24.43MiB 24.75MiB 24.93MiB -0.152701
('splunk_hec_indexer_ack_blackhole', 'comparison', '6e0a2184-d022-45c7-bf73-3d0d4138300e') 200 23.84MiB 424.57KiB 22.41MiB 23.84MiB 24.36MiB 24.45MiB 24.81MiB 24.93MiB -0.0150223
('splunk_hec_indexer_ack_blackhole', 'comparison', 'b26477fc-6ac6-4f6b-8b49-e039f2c9697e') 200 23.84MiB 405.53KiB 22.87MiB 23.85MiB 24.36MiB 24.42MiB 24.67MiB 24.7MiB -0.0520289
('splunk_hec_to_splunk_hec_logs_noack', 'baseline', '611fe90c-c9a7-424f-8f80-54018fc58f64') 200 23.84MiB 333.17KiB 22.77MiB 23.85MiB 24.26MiB 24.36MiB 24.67MiB 24.69MiB -0.0935997
('splunk_hec_to_splunk_hec_logs_noack', 'comparison', '445a3b5b-bda7-4a94-930d-92fdee834b40') 204 23.84MiB 325.32KiB 23.05MiB 23.86MiB 24.25MiB 24.35MiB 24.55MiB 24.67MiB -0.0632908
('splunk_hec_indexer_ack_blackhole', 'baseline', '415f068b-6f53-4505-884d-929df02aee43') 205 23.84MiB 410.97KiB 22.42MiB 23.87MiB 24.3MiB 24.42MiB 24.67MiB 24.81MiB -0.329388
('splunk_hec_to_splunk_hec_logs_acks', 'comparison', '287d2561-b421-4520-9bc1-2951ddbcb1aa') 203 23.82MiB 1.13MiB 20.6MiB 24.17MiB 24.91MiB 25.03MiB 25.47MiB 27.03MiB -0.905312
('splunk_hec_to_splunk_hec_logs_acks', 'baseline', '7c890740-bbc4-441f-ba5c-07a9de63206c') 200 23.75MiB 1.65MiB 19.86MiB 24.02MiB 25.64MiB 26.03MiB 26.59MiB 26.77MiB -0.750035
('splunk_hec_to_splunk_hec_logs_acks', 'comparison', 'fa9cd498-74f7-47f8-ae8b-a5716e459dcb') 230 23.56MiB 1.14MiB 20.37MiB 23.93MiB 24.76MiB 24.88MiB 25.21MiB 26.46MiB -0.887206
('splunk_hec_to_splunk_hec_logs_acks', 'comparison', '7cda9239-18d6-490b-ab8e-9c16d155f15e') 203 23.41MiB 1.16MiB 20.35MiB 23.64MiB 24.7MiB 24.82MiB 25.28MiB 25.34MiB -0.804111
('http_to_http_noack', 'comparison', '1b2ba10a-092f-4209-811f-84261052f989') 204 19.84MiB 719.93KiB 17.41MiB 19.89MiB 20.7MiB 20.94MiB 21.48MiB 21.85MiB -0.132246
('http_to_http_noack', 'baseline', '0f504b79-e96a-46c7-bf56-479d159fda0c') 204 19.82MiB 914.83KiB 16.34MiB 19.82MiB 20.76MiB 20.97MiB 21.34MiB 26.15MiB 1.26707
('http_to_http_noack', 'comparison', '45b4aec0-bce2-444f-ac96-ee287221098a') 204 19.77MiB 936.54KiB 16.34MiB 19.83MiB 20.81MiB 21.22MiB 21.7MiB 21.82MiB -0.508006
('http_to_http_noack', 'baseline', 'a5be691b-c185-4473-b02b-5e59d7c62571') 204 19.76MiB 831.62KiB 17.19MiB 19.72MiB 20.78MiB 21.19MiB 21.73MiB 22.15MiB 0.0800803
('http_to_http_noack', 'comparison', '706795da-9027-4385-9483-10413f21ffae') 204 19.2MiB 731.42KiB 16.8MiB 19.29MiB 20.09MiB 20.19MiB 20.3MiB 20.54MiB -0.756493
('http_to_http_noack', 'baseline', '18f87da1-cc89-451f-9ce6-d02a30448875') 204 16.67MiB 889.67KiB 14.59MiB 16.67MiB 17.87MiB 18.29MiB 18.51MiB 18.66MiB 0.183824
('http_to_http_json', 'baseline', '8de1358b-701b-415a-a508-2210d718148c') 200 16.47MiB 768.44KiB 14.28MiB 16.42MiB 17.5MiB 17.77MiB 18.13MiB 18.32MiB 0.0613138
('http_to_http_json', 'baseline', '077c407e-7a5c-44d7-a0f6-91a70ed223ec') 202 16.41MiB 818.28KiB 13.95MiB 16.38MiB 17.4MiB 17.8MiB 18.25MiB 18.43MiB -0.0573012
('http_to_http_json', 'comparison', '5f6fcd8a-cc10-405e-be5c-468827cbd476') 204 16.36MiB 775.36KiB 14.64MiB 16.27MiB 17.36MiB 17.86MiB 18.17MiB 18.26MiB 0.341855
('http_to_http_json', 'comparison', 'bccc00a3-b473-4ccf-975c-278d7a32bdc9') 204 16.35MiB 739.57KiB 14.63MiB 16.35MiB 17.34MiB 17.55MiB 18.14MiB 18.44MiB 0.251835
('http_to_http_json', 'baseline', '0c73a272-8d3c-4a35-b869-7abc32484516') 230 16.12MiB 872.79KiB 13.73MiB 16.15MiB 17.31MiB 17.59MiB 18.15MiB 18.38MiB 0.0870558
('http_to_http_json', 'comparison', 'f7e8a54a-783e-41be-80a0-4cfeca415f62') 204 15.82MiB 968.94KiB 12.69MiB 15.79MiB 17.07MiB 17.29MiB 17.78MiB 18.01MiB -0.282641
('syslog_log2metric_splunk_hec_metrics', 'baseline', '7c57320c-bf8c-4beb-845c-406c2a2658fa') 200 13.04MiB 124.33KiB 12.84MiB 13.0MiB 13.2MiB 13.23MiB 13.3MiB 13.3MiB 0.3992
('syslog_log2metric_splunk_hec_metrics', 'baseline', '62aca2ff-4545-40e3-befb-c8fb0891b178') 200 12.85MiB 199.85KiB 12.5MiB 12.9MiB 13.08MiB 13.1MiB 13.13MiB 13.13MiB -0.270859
('syslog_humio_logs', 'baseline', '64797f87-1cc9-493f-9f29-ef67a4dc1b35') 202 12.71MiB 88.46KiB 12.43MiB 12.72MiB 12.81MiB 12.85MiB 12.87MiB 12.93MiB -0.336197
('syslog_log2metric_splunk_hec_metrics', 'baseline', '34038cc7-eee5-42e0-8adb-70efff5abebd') 200 12.56MiB 154.34KiB 12.26MiB 12.62MiB 12.73MiB 12.74MiB 12.77MiB 12.81MiB -0.263047
('syslog_humio_logs', 'baseline', 'b88a52a4-0e3b-49ef-b1ad-9fdfb5adb4fd') 202 12.47MiB 169.08KiB 12.23MiB 12.4MiB 12.69MiB 12.71MiB 12.76MiB 12.81MiB 0.225026
('syslog_splunk_hec_logs', 'baseline', '491ba6fd-55d1-4d9e-a989-a1452a6cb391') 204 12.46MiB 75.68KiB 12.29MiB 12.45MiB 12.56MiB 12.63MiB 12.66MiB 12.7MiB 0.907088
('socket_to_socket_blackhole', 'baseline', 'fa8f429c-2d75-4a65-a5b8-e103a140290b') 202 12.33MiB 59.1KiB 12.19MiB 12.34MiB 12.41MiB 12.42MiB 12.45MiB 12.47MiB -0.0522637
('syslog_humio_logs', 'baseline', 'a773d6ed-5463-4303-a22c-747b6df01a07') 86 12.28MiB 2.5MiB 12.56KiB 12.84MiB 12.91MiB 12.93MiB 12.96MiB 12.99MiB -4.54433
('socket_to_socket_blackhole', 'comparison', '989bb780-89b2-41e9-a86f-dcacccb5dc96') 202 12.24MiB 43.84KiB 12.12MiB 12.23MiB 12.3MiB 12.31MiB 12.34MiB 12.35MiB 0.347801
('socket_to_socket_blackhole', 'baseline', '5266583c-aed1-41d0-bee0-77479dee6b8d') 202 12.21MiB 35.0KiB 12.11MiB 12.22MiB 12.25MiB 12.26MiB 12.29MiB 12.33MiB -0.187279
('syslog_log2metric_humio_metrics', 'baseline', '8bb34e19-f90a-47d7-a532-c986bbf0f4a6') 202 12.2MiB 215.18KiB 11.96MiB 12.1MiB 12.6MiB 12.64MiB 12.7MiB 12.74MiB 1.17411
('socket_to_socket_blackhole', 'comparison', '0afde177-250a-49e3-b833-20f78dbf17db') 202 12.18MiB 64.02KiB 12.02MiB 12.18MiB 12.26MiB 12.28MiB 12.3MiB 12.35MiB 0.0212135
('syslog_splunk_hec_logs', 'baseline', 'fd5ef600-73dd-43cd-84cf-edaa1ba779fd') 204 12.13MiB 53.95KiB 11.98MiB 12.13MiB 12.19MiB 12.21MiB 12.23MiB 12.25MiB -0.106365
('syslog_log2metric_humio_metrics', 'baseline', '261d373a-78ee-4d4c-8c48-f28284cb0536') 202 11.95MiB 230.3KiB 11.65MiB 11.86MiB 12.33MiB 12.36MiB 12.46MiB 12.53MiB 0.777038
('syslog_splunk_hec_logs', 'baseline', '9ef91507-f71e-4164-9f01-8dd06ab55cb0') 204 11.91MiB 91.73KiB 11.53MiB 11.92MiB 12.01MiB 12.03MiB 12.08MiB 12.13MiB -0.819223
('syslog_log2metric_splunk_hec_metrics', 'comparison', '590e92f6-ecaf-4b18-9a1a-76a5642c36c5') 200 11.91MiB 136.67KiB 11.64MiB 11.89MiB 12.08MiB 12.13MiB 12.14MiB 12.15MiB -0.00384557
('syslog_log2metric_splunk_hec_metrics', 'comparison', '641d3dba-a36f-4b47-ae0b-4ec0e4390574') 200 11.84MiB 91.29KiB 11.59MiB 11.81MiB 11.97MiB 11.98MiB 12.02MiB 12.05MiB 0.258085
('syslog_humio_logs', 'comparison', '167da5dd-564a-4e14-8cc9-527483761e99') 204 11.82MiB 57.18KiB 11.69MiB 11.83MiB 11.89MiB 11.91MiB 11.93MiB 11.97MiB -0.112903
('syslog_humio_logs', 'comparison', 'd0bebd11-b17b-4a14-b0e0-06a157dac0b0') 204 11.77MiB 52.9KiB 11.63MiB 11.77MiB 11.84MiB 11.86MiB 11.89MiB 11.9MiB 0.136532
('syslog_humio_logs', 'comparison', 'c7e7c007-be08-4e63-bbd8-27d8c337666e') 204 11.77MiB 82.59KiB 11.5MiB 11.79MiB 11.85MiB 11.86MiB 11.88MiB 11.92MiB -0.950606
('socket_to_socket_blackhole', 'baseline', '7985373f-36e4-4848-8e98-2729e2e04e2a') 202 11.76MiB 57.88KiB 11.63MiB 11.76MiB 11.84MiB 11.85MiB 11.89MiB 11.91MiB -0.0833235
('socket_to_socket_blackhole', 'comparison', '1d7ab073-474c-4690-a202-73e8a1e70f80') 202 11.69MiB 59.54KiB 11.51MiB 11.69MiB 11.75MiB 11.78MiB 11.79MiB 11.79MiB -0.484117
('syslog_log2metric_humio_metrics', 'baseline', '87383798-bdcf-405e-9b66-eae2d0fcb879') 202 11.62MiB 238.06KiB 11.34MiB 11.52MiB 12.06MiB 12.11MiB 12.13MiB 12.15MiB 1.06369
('syslog_log2metric_humio_metrics', 'comparison', 'e32c98c0-9f11-4913-b168-ffd5c71d19b6') 200 11.42MiB 146.83KiB 11.17MiB 11.39MiB 11.63MiB 11.68MiB 11.72MiB 11.75MiB 0.456867
('syslog_splunk_hec_logs', 'comparison', '7b2d65cc-148b-4da0-9876-f5bcfcef39b4') 200 11.42MiB 121.92KiB 11.22MiB 11.38MiB 11.61MiB 11.64MiB 11.7MiB 11.74MiB 0.796976
('syslog_log2metric_splunk_hec_metrics', 'comparison', 'cc3c99e4-d8f8-4421-ac7c-eb3509a15866') 204 11.36MiB 59.98KiB 11.23MiB 11.36MiB 11.43MiB 11.46MiB 11.49MiB 11.52MiB 0.127964
('syslog_log2metric_humio_metrics', 'comparison', '0a1a5190-9767-4c68-be64-9535f38d4d20') 200 11.27MiB 173.34KiB 10.98MiB 11.34MiB 11.46MiB 11.47MiB 11.52MiB 11.54MiB -0.303388
('syslog_splunk_hec_logs', 'comparison', 'bb39b7c8-d6f6-4a0e-a90d-b8bcb91cecab') 200 11.16MiB 87.49KiB 10.91MiB 11.16MiB 11.25MiB 11.27MiB 11.3MiB 11.47MiB -0.431004
('splunk_hec_route_s3', 'comparison', '6c477011-0101-445a-bf41-fe72501bdd55') 204 11.11MiB 2.27MiB 7.64MiB 10.88MiB 14.33MiB 14.91MiB 15.3MiB 15.64MiB 0.228979
('splunk_hec_route_s3', 'comparison', '8218aac0-bf71-4f1c-920b-cf8b79b61574') 204 11.04MiB 2.21MiB 7.4MiB 11.18MiB 14.1MiB 14.8MiB 15.33MiB 15.94MiB 0.181533
('syslog_log2metric_humio_metrics', 'comparison', 'bb948155-02bb-4202-a85f-90b89d6d2bef') 205 11.03MiB 123.28KiB 10.84MiB 11.02MiB 11.21MiB 11.23MiB 11.32MiB 11.41MiB 0.581261
('splunk_hec_route_s3', 'baseline', 'd4489575-a2b8-4108-8ded-c3e5be2c2d78') 204 10.97MiB 2.31MiB 7.31MiB 10.79MiB 14.31MiB 14.85MiB 15.39MiB 15.85MiB 0.325329
('syslog_splunk_hec_logs', 'comparison', 'd8522b4a-bf5e-4aa6-8811-3c17c8d961c1') 200 10.96MiB 43.69KiB 10.85MiB 10.95MiB 11.01MiB 11.02MiB 11.05MiB 11.1MiB 0.0761623
('splunk_hec_route_s3', 'baseline', 'b38f19cb-c5c4-4aa5-89b5-2de3318c4cdb') 204 10.94MiB 2.24MiB 7.6MiB 10.79MiB 14.27MiB 14.54MiB 15.16MiB 15.48MiB 0.259816
('splunk_hec_route_s3', 'baseline', '3fa230c9-774f-4172-b854-75f17750da65') 204 10.94MiB 2.23MiB 7.76MiB 10.79MiB 14.24MiB 14.66MiB 15.34MiB 15.49MiB 0.310613
('splunk_hec_route_s3', 'comparison', '7e7c7b32-3f92-4bb0-a9fb-6cf9b19a6a6d') 233 10.79MiB 2.24MiB 6.47MiB 10.77MiB 13.9MiB 14.46MiB 15.23MiB 15.61MiB 0.172493
('http_to_http_acks', 'comparison', '2d76f263-a0a6-4265-92cf-9d25847441dd') 204 10.13MiB 4.88MiB 2.05MiB 9.93MiB 17.73MiB 18.81MiB 19.66MiB 19.67MiB 0.243756
('http_to_http_acks', 'baseline', 'b1618336-2f7a-408f-848f-5ccda0dcc2c7') 200 9.66MiB 4.84MiB 2.41MiB 9.14MiB 17.29MiB 19.05MiB 19.18MiB 19.53MiB 0.515561
('http_to_http_acks', 'comparison', '616c51a2-73de-4f6a-979b-4eb608ba9223') 205 9.42MiB 4.74MiB 1.34MiB 9.5MiB 17.66MiB 18.81MiB 20.15MiB 20.85MiB 0.533743
('syslog_regex_logs2metric_ddmetrics', 'baseline', 'cd34e6c1-d985-4d0c-ba8e-fdebf0cd84e1') 200 9.28MiB 301.19KiB 8.71MiB 9.28MiB 9.67MiB 9.73MiB 9.77MiB 9.79MiB -0.224011
('syslog_regex_logs2metric_ddmetrics', 'baseline', 'f820093e-4d9b-42f5-81e4-3e813c66e268') 200 9.24MiB 260.63KiB 8.52MiB 9.34MiB 9.51MiB 9.55MiB 9.6MiB 9.63MiB -0.802358
('http_to_http_acks', 'comparison', '5e2f590f-183d-451f-baf4-193b5801b62d') 204 9.19MiB 4.61MiB 1.65MiB 9.26MiB 16.66MiB 18.44MiB 19.55MiB 20.08MiB 0.561711
('syslog_regex_logs2metric_ddmetrics', 'baseline', '0829fc02-f872-4be5-ac31-eb5fd826b8c9') 200 9.17MiB 237.03KiB 8.72MiB 9.25MiB 9.4MiB 9.44MiB 9.54MiB 10.01MiB -0.412503
('syslog_regex_logs2metric_ddmetrics', 'comparison', 'edeafa85-289b-44f8-a56d-8cc8ca5bb0ff') 200 8.96MiB 120.16KiB 8.72MiB 8.99MiB 9.08MiB 9.09MiB 9.11MiB 9.54MiB -0.0900526
('syslog_regex_logs2metric_ddmetrics', 'comparison', 'edc91cef-3705-4645-a175-5ca4028bd65e') 200 8.8MiB 135.96KiB 7.68MiB 8.8MiB 8.95MiB 8.97MiB 9.02MiB 9.04MiB -2.98134
('http_to_http_acks', 'baseline', '7016ea93-0c85-4457-81f7-42f4fbcebf7f') 200 8.63MiB 4.16MiB 2.17MiB 8.95MiB 15.36MiB 17.35MiB 19.05MiB 19.26MiB 0.647782
('syslog_regex_logs2metric_ddmetrics', 'comparison', '1a96bc90-ad5f-4f81-8ac3-9e42a6c79dcf') 200 8.62MiB 193.75KiB 7.52MiB 8.7MiB 8.78MiB 8.8MiB 8.83MiB 8.84MiB -1.47753
('http_to_http_acks', 'baseline', '3efcc362-04be-4820-a044-be12936fae9d') 200 8.36MiB 4.14MiB 2.13MiB 7.88MiB 14.35MiB 17.41MiB 19.13MiB 20.17MiB 0.793975
('syslog_loki', 'comparison', '41ca0807-d7fb-4136-a243-94cc08b20a5f') 200 7.29MiB 23.35KiB 7.23MiB 7.28MiB 7.31MiB 7.32MiB 7.33MiB 7.36MiB 0.0449323
('syslog_loki', 'comparison', '3c56b8f7-a9bf-4dbc-a49b-4d37974d4d46') 200 7.28MiB 41.13KiB 7.2MiB 7.27MiB 7.34MiB 7.36MiB 7.38MiB 7.41MiB 0.535541
('syslog_loki', 'comparison', '113f187b-9951-4e3c-9eb5-289285f005cf') 200 7.25MiB 30.47KiB 7.18MiB 7.25MiB 7.29MiB 7.3MiB 7.32MiB 7.33MiB 0.0224535
('syslog_loki', 'baseline', '7491c10c-297b-497c-93eb-bc8b6641cc18') 202 7.24MiB 30.54KiB 7.17MiB 7.24MiB 7.28MiB 7.29MiB 7.32MiB 7.33MiB 0.281764
('syslog_loki', 'baseline', '58b0cfff-3ff1-4fdd-b686-6580272161ed') 202 7.2MiB 30.89KiB 7.11MiB 7.2MiB 7.24MiB 7.26MiB 7.28MiB 7.3MiB 0.24409
('syslog_loki', 'baseline', '9b15676c-4b7d-49bb-974f-a5988675d36f') 202 7.18MiB 25.41KiB 7.11MiB 7.17MiB 7.21MiB 7.21MiB 7.23MiB 7.24MiB -0.233194
('splunk_transforms_splunk3', 'baseline', '0d93f259-48e4-4358-ade3-0a9357e73ae0') 203 6.6MiB 1.71MiB 3.84MiB 6.02MiB 9.06MiB 9.26MiB 9.57MiB 9.94MiB 0.290877
('splunk_transforms_splunk3', 'baseline', '300b2e7c-98df-4aef-9df2-802fe186083a') 203 6.58MiB 1.74MiB 3.84MiB 5.86MiB 9.06MiB 9.29MiB 9.8MiB 10.06MiB 0.361155
('splunk_transforms_splunk3', 'comparison', '4923aa42-991d-4d34-9176-57caea495672') 202 6.57MiB 1.7MiB 3.84MiB 5.9MiB 8.9MiB 9.24MiB 9.57MiB 9.67MiB 0.279681
('splunk_transforms_splunk3', 'baseline', '3fb06e08-b45d-4809-bbc4-f941f4dafeb4') 203 6.57MiB 1.68MiB 4.1MiB 6.02MiB 8.98MiB 9.14MiB 9.67MiB 9.94MiB 0.288768
('splunk_transforms_splunk3', 'comparison', 'a6e51fc3-ad32-45cc-a8b3-1648bad61c28') 202 6.53MiB 1.71MiB 3.84MiB 5.98MiB 9.0MiB 9.15MiB 9.56MiB 9.92MiB 0.299095
('splunk_transforms_splunk3', 'comparison', 'f4077b7f-ad28-4f01-b096-37c0c66a473e') 202 6.46MiB 1.73MiB 3.84MiB 5.83MiB 9.0MiB 9.3MiB 9.67MiB 10.06MiB 0.369364
('http_datadog_filter_blackhole', 'baseline', 'f21aadcf-7483-422a-bd95-bb1ba8a5a5a9') 202 4.48MiB 624.41KiB 2.21MiB 4.54MiB 5.29MiB 5.41MiB 5.65MiB 5.75MiB -0.377118
('http_datadog_filter_blackhole', 'baseline', '2ef1c152-e343-48c5-bfaa-05bfba94b40c') 202 4.44MiB 619.37KiB 2.66MiB 4.48MiB 5.29MiB 5.41MiB 5.65MiB 5.9MiB -0.228648
('http_datadog_filter_blackhole', 'baseline', '48196c76-522f-4420-b467-1d9692b5e7e0') 85 4.35MiB 702.17KiB 1.83MiB 4.39MiB 5.22MiB 5.44MiB 5.53MiB 5.53MiB -0.756429
('http_datadog_filter_blackhole', 'comparison', 'bdbe7253-6fc9-4c15-a96a-b23c41ee7f66') 201 4.15MiB 646.59KiB 2.45MiB 4.23MiB 4.99MiB 5.2MiB 5.41MiB 5.63MiB -0.213743
('http_pipelines_no_grok_blackhole', 'baseline', 'ad4cea35-56a0-4055-ac0d-6094301a9f09') 200 4.13MiB 737.81KiB 2.2MiB 4.2MiB 5.03MiB 5.31MiB 5.53MiB 5.65MiB -0.428287
('http_datadog_filter_blackhole', 'comparison', '88530497-b817-4870-bdb8-1a1d03f27cb3') 202 4.13MiB 698.55KiB 2.16MiB 4.25MiB 4.99MiB 5.27MiB 5.41MiB 5.53MiB -0.422594
('http_pipelines_no_grok_blackhole', 'baseline', '6f3e80a5-f4b6-443e-b8ec-85dcdf687acc') 200 4.08MiB 705.42KiB 1.89MiB 4.16MiB 4.99MiB 5.16MiB 5.41MiB 5.51MiB -0.469178
('http_pipelines_no_grok_blackhole', 'baseline', 'e9d26c3b-45c9-493b-a514-f27b444b1dab') 33 4.07MiB 758.53KiB 2.56MiB 4.2MiB 5.02MiB 5.22MiB 5.28MiB 5.28MiB -0.270575
('http_datadog_filter_blackhole', 'comparison', 'a96d1052-4f79-4a1c-99fc-296766df19bb') 202 4.01MiB 700.11KiB 2.08MiB 4.07MiB 4.8MiB 5.27MiB 5.65MiB 5.65MiB -0.183083
('http_pipelines_no_grok_blackhole', 'comparison', 'a6678a18-288f-458c-ada7-93274f3b03b7') 228 3.84MiB 754.23KiB 1.41MiB 3.9MiB 4.65MiB 4.97MiB 5.28MiB 5.41MiB -0.660782
('http_pipelines_no_grok_blackhole', 'comparison', 'b55b1215-f6ad-4d4d-832d-125a35d37522') 200 3.81MiB 753.49KiB 1.36MiB 3.85MiB 4.5MiB 5.04MiB 5.29MiB 5.41MiB -0.406485
('http_pipelines_no_grok_blackhole', 'comparison', 'e32ba411-5007-4bc4-bdb4-24d985a1d6c0') 200 3.64MiB 768.09KiB 1.32MiB 3.73MiB 4.47MiB 4.8MiB 5.27MiB 5.29MiB -0.357335
('http_pipelines_blackhole_acks', 'baseline', '5f4e9544-936b-4ddd-a6b7-c8d7c6f14998') 202 1.37MiB 724.85KiB 123.02KiB 1.34MiB 2.32MiB 2.6MiB 3.11MiB 3.62MiB 0.607405
('http_pipelines_blackhole_acks', 'baseline', '1cc4b292-5155-44b5-a1d3-4808d9ea2357') 202 1.33MiB 683.58KiB 109.76KiB 1.29MiB 2.3MiB 2.55MiB 2.91MiB 3.14MiB 0.412728
('http_pipelines_blackhole_acks', 'baseline', 'a44c184d-bf0b-4863-9049-4ef877941a1f') 202 1.32MiB 689.13KiB 62.87KiB 1.32MiB 2.24MiB 2.58MiB 3.09MiB 3.14MiB 0.467363
('http_pipelines_blackhole_acks', 'comparison', 'fa70b563-d26b-46ec-960a-6ff62ee5d75f') 229 1.31MiB 708.65KiB 93.25KiB 1.23MiB 2.19MiB 2.58MiB 3.03MiB 3.35MiB 0.495722
('http_pipelines_blackhole_acks', 'comparison', '85358b69-b08d-4c46-a5c2-94d041a7e5eb') 201 1.29MiB 686.6KiB 62.35KiB 1.2MiB 2.17MiB 2.32MiB 3.05MiB 3.59MiB 0.617856
('http_pipelines_blackhole_acks', 'comparison', '4ea536a3-2d7c-4922-b322-f57fb94e88da') 202 1.25MiB 654.17KiB 185.89KiB 1.27MiB 2.07MiB 2.38MiB 2.6MiB 3.54MiB 0.473226
('http_pipelines_blackhole', 'baseline', 'ce820ace-076f-44b2-990a-13ed851b6425') 179 472.17KiB 370.72KiB 15.99KiB 368.02KiB 1.01MiB 1.11MiB 1.48MiB 1.7MiB 1.02019
('http_pipelines_blackhole', 'baseline', 'c28bd0b3-30ca-4f01-b0d4-1760d1f38ae9') 181 469.37KiB 397.86KiB 15.99KiB 368.02KiB 992.64KiB 1.34MiB 1.61MiB 1.75MiB 1.34453
('http_pipelines_blackhole', 'baseline', 'fec41cd8-c1d7-4cb1-b333-fb98c0fc8582') 180 460.07KiB 348.78KiB 15.99KiB 368.02KiB 979.74KiB 1.07MiB 1.53MiB 1.55MiB 1.06983
('http_pipelines_blackhole', 'comparison', '392023f4-f121-4d7e-a71e-09e7febe45d5') 180 451.31KiB 351.56KiB 15.99KiB 353.13KiB 992.64KiB 1.12MiB 1.41MiB 1.55MiB 1.00779
('http_pipelines_blackhole', 'comparison', 'fd74acc6-ae65-4be7-82e6-0b94b8d4220a') 182 451.2KiB 349.0KiB 15.99KiB 361.39KiB 976.65KiB 1.1MiB 1.44MiB 1.55MiB 1.03617
('http_pipelines_blackhole', 'comparison', 'a5430ab8-0bde-418e-a792-d3f84d19c7a2') 181 447.5KiB 352.11KiB 15.99KiB 368.02KiB 976.65KiB 1.08MiB 1.5MiB 1.88MiB 1.2132

Signed-off-by: Jesse Szwedko <jesse@szwedko.me>
Copy link
Contributor

@spencergilbert spencergilbert left a comment

Choose a reason for hiding this comment

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

Everything seems reasonable

@github-actions
Copy link

github-actions bot commented Mar 1, 2022

Soak Test Results

Baseline: 635ddcc
Comparison: a29eec9
Total Vector CPUs: 4

Explanation

A soak test is an integrated performance test for vector in a repeatable rig, with varying configuration for vector. What follows is a statistical summary of a brief vector run for each configuration across SHAs given above. The goal of these tests are to determine, quickly, if vector performance is changed and to what degree by a pull request. Where appropriate units are scaled per-core.

The table below, if present, lists those experiments that have experienced a statistically significant change in their throughput performance between baseline and comparision SHAs, with 90.0% confidence OR have been detected as newly erratic. Negative values mean that baseline is faster, positive comparison. Results that do not exhibit more than a ±5% change in mean throughput are discarded. An experiment is erratic if its coefficient of variation is greater than 0.3. The abbreviated table will be omitted if no interesting changes are observed.

Changes in throughput with confidence ≥ 90.00% and absolute Δ mean >= ±5%:

experiment Δ mean Δ mean % confidence
http_to_http_noack 1.04MiB 5.61 100.00%
Fine details of change detection per experiment.
experiment Δ mean Δ mean % confidence baseline mean baseline stdev baseline stderr baseline outlier % baseline CoV comparison mean comparison stdev comparison stderr comparison outlier % comparison CoV erratic declared erratic
http_to_http_noack 1.04MiB 5.61 100.00% 18.45MiB 1.57MiB 62.42KiB 0 0.0849419 19.48MiB 1.13MiB 46.64KiB 0 0.0577882 False False
splunk_transforms_splunk3 197.9KiB 3.05 95.46% 6.33MiB 1.66MiB 68.69KiB 0 0.26124 6.52MiB 1.71MiB 71.04KiB 0 0.261537 False False
http_pipelines_no_grok_blackhole 99.54KiB 2.45 97.98% 3.97MiB 763.83KiB 32.08KiB 0 0.187561 4.07MiB 693.75KiB 28.32KiB 0 0.166292 False False
syslog_regex_logs2metric_ddmetrics 221.07KiB 2.38 100.00% 9.08MiB 261.27KiB 10.67KiB 0 0.0280727 9.3MiB 373.37KiB 15.18KiB 0 0.0391863 False False
syslog_log2metric_splunk_hec_metrics 245.05KiB 1.84 100.00% 13.04MiB 924.66KiB 40.51KiB 0 0.0692041 13.27MiB 132.31KiB 5.4KiB 0 0.00972487 False False
datadog_agent_remap_datadog_logs_acks 563.37KiB 1.2 100.00% 45.94MiB 806.71KiB 32.69KiB 0 0.0171349 46.49MiB 879.07KiB 35.71KiB 0 0.0184509 False False
datadog_agent_remap_blackhole_acks 402.21KiB 1.1 100.00% 35.8MiB 483.77KiB 19.75KiB 0 0.0131841 36.2MiB 405.25KiB 16.54KiB 0 0.0109242 False False
http_datadog_filter_blackhole 47.64KiB 1.08 75.98% 4.32MiB 654.65KiB 31.57KiB 0 0.147795 4.37MiB 624.84KiB 25.42KiB 0 0.139608 False True
syslog_log2metric_humio_metrics 128.24KiB 1.03 100.00% 12.17MiB 210.58KiB 8.55KiB 0 0.0168802 12.3MiB 229.71KiB 9.34KiB 0 0.0182262 False False
datadog_agent_remap_blackhole 361.93KiB 1 100.00% 35.47MiB 447.97KiB 18.2KiB 0 0.0123221 35.83MiB 388.06KiB 15.8KiB 0 0.0105686 False False
http_to_http_json 70.72KiB 0.44 81.08% 15.84MiB 910.84KiB 36.26KiB 0 0.0561173 15.91MiB 984.88KiB 39.78KiB 0 0.0604138 False False
splunk_hec_to_splunk_hec_logs_acks 75.64KiB 0.31 60.16% 23.66MiB 1.65MiB 68.86KiB 0 0.0695463 23.74MiB 1.38MiB 57.23KiB 0 0.0580491 False False
http_pipelines_blackhole_acks 2.67KiB 0.19 5.29% 1.37MiB 693.15KiB 28.16KiB 0 0.493915 1.37MiB 710.12KiB 28.85KiB 0 0.505044 True True
fluent_elasticsearch 62.37B 0 1.52% 79.47MiB 56.41KiB 2.28KiB 0 0.000692575 79.47MiB 55.71KiB 2.25KiB 0 0.00068405 False False
splunk_hec_indexer_ack_blackhole -1.73KiB -0.01 5.73% 23.84MiB 417.34KiB 17.04KiB 0 0.017082 23.84MiB 415.71KiB 16.9KiB 0 0.0170164 False False
splunk_hec_to_splunk_hec_logs_noack -3.05KiB -0.01 12.60% 23.84MiB 330.98KiB 13.51KiB 0 0.0135445 23.84MiB 337.54KiB 13.64KiB 0 0.0138149 False False
fluent_remap_aws_firehose -44.15KiB -0.05 88.78% 79.52MiB 697.68KiB 27.64KiB 0 0.00856166 79.47MiB 60.55KiB 2.45KiB 0 0.00074338 False False
socket_to_socket_blackhole -9.33KiB -0.08 63.66% 12.13MiB 166.72KiB 6.77KiB 0 0.0134171 12.12MiB 189.82KiB 7.71KiB 0 0.0152873 False False
splunk_hec_route_s3 -35.88KiB -0.32 21.64% 11.0MiB 2.26MiB 93.43KiB 0 0.205027 10.97MiB 2.26MiB 91.25KiB 0 0.205581 False False
datadog_agent_remap_datadog_logs -259.03KiB -0.56 100.00% 45.22MiB 1003.96KiB 39.2KiB 0 0.0216637 44.97MiB 1.02MiB 42.52KiB 0 0.0226012 False False
syslog_loki -80.97KiB -1.1 100.00% 7.19MiB 156.21KiB 6.35KiB 0 0.0212127 7.11MiB 98.01KiB 3.9KiB 0 0.0134573 False False
syslog_humio_logs -272.51KiB -2.08 100.00% 12.79MiB 258.72KiB 10.51KiB 0 0.019739 12.52MiB 1.42MiB 65.06KiB 0 0.113339 False False
syslog_splunk_hec_logs -311.97KiB -2.46 100.00% 12.39MiB 254.56KiB 10.29KiB 0 0.0200501 12.08MiB 1015.21KiB 46.39KiB 0 0.0819602 False False
http_pipelines_blackhole -13.47KiB -2.88 44.72% 467.9KiB 363.46KiB 15.88KiB 0 0.776047 454.43KiB 372.94KiB 16.2KiB 0 0.819905 True True
http_to_http_acks -663.52KiB -7.02 99.22% 9.24MiB 4.45MiB 181.36KiB 0 0.480945 8.59MiB 4.2MiB 170.51KiB 0 0.489001 True True
Fine details of each soak run.
(experiment, variant, run_id) total samples mean std min median p90 p95 p99 max skewness
('fluent_remap_aws_firehose', 'baseline', '1031c6c8-5007-4b41-9868-327602ceba8a') 231 79.59MiB 1.13MiB 79.34MiB 79.47MiB 79.55MiB 79.57MiB 82.49MiB 92.18MiB 9.98674
('fluent_remap_aws_firehose', 'comparison', '25cf2773-384c-429b-b5c5-f19edc663923') 203 79.47MiB 69.97KiB 78.97MiB 79.47MiB 79.55MiB 79.56MiB 79.57MiB 79.89MiB -0.953345
('fluent_elasticsearch', 'comparison', '00e00a3e-a092-441f-b043-baa299a51e3a') 204 79.47MiB 60.26KiB 79.19MiB 79.47MiB 79.55MiB 79.57MiB 79.58MiB 79.69MiB -0.34398
('fluent_elasticsearch', 'baseline', '4eb7440c-5b03-49f8-b7a9-577c0a6daf7a') 204 79.47MiB 51.74KiB 79.34MiB 79.48MiB 79.54MiB 79.56MiB 79.59MiB 79.6MiB 0.0435668
('fluent_remap_aws_firehose', 'comparison', '5d45c028-ef69-4ec8-acb0-3d3afa375df8') 203 79.47MiB 56.48KiB 79.33MiB 79.47MiB 79.55MiB 79.57MiB 79.59MiB 79.61MiB 0.146658
('fluent_remap_aws_firehose', 'baseline', '373d2c6e-4953-4199-8f1f-5f77c190d304') 203 79.47MiB 56.1KiB 79.34MiB 79.47MiB 79.55MiB 79.56MiB 79.59MiB 79.6MiB 0.0359545
('fluent_elasticsearch', 'baseline', '834470a7-e487-47aa-b93e-e8eb554f6fce') 204 79.47MiB 57.09KiB 79.33MiB 79.47MiB 79.55MiB 79.57MiB 79.61MiB 79.62MiB 0.0772913
('fluent_remap_aws_firehose', 'comparison', 'c50b888a-8503-41d8-93ee-9034bf07e90e') 203 79.47MiB 54.29KiB 79.35MiB 79.47MiB 79.54MiB 79.56MiB 79.59MiB 79.61MiB 0.12472
('fluent_remap_aws_firehose', 'baseline', '00de14aa-8642-4ddc-9b11-2dd29c4ca995') 203 79.47MiB 55.04KiB 79.35MiB 79.47MiB 79.55MiB 79.56MiB 79.59MiB 79.6MiB 0.103446
('fluent_elasticsearch', 'comparison', '640d6abe-7c3b-4fab-87c5-2c38f50de214') 204 79.47MiB 50.75KiB 79.34MiB 79.47MiB 79.54MiB 79.55MiB 79.58MiB 79.61MiB -0.0156723
('fluent_elasticsearch', 'comparison', 'a22cff29-238a-44ef-a1f5-aae4415d3ef7') 204 79.47MiB 56.0KiB 79.32MiB 79.47MiB 79.55MiB 79.57MiB 79.59MiB 79.62MiB 0.0854589
('fluent_elasticsearch', 'baseline', 'c28a872c-448c-4f81-8271-b3d47a2d2c47') 204 79.47MiB 60.32KiB 79.33MiB 79.47MiB 79.56MiB 79.57MiB 79.59MiB 79.61MiB -0.0492861
('datadog_agent_remap_datadog_logs_acks', 'comparison', 'ae6914cf-e54c-4d06-926e-3cd62a4b3603') 202 47.15MiB 546.83KiB 46.05MiB 47.25MiB 47.83MiB 47.92MiB 48.01MiB 48.04MiB -0.174201
('datadog_agent_remap_datadog_logs_acks', 'comparison', 'ef4e11ed-01ce-454f-abab-2e1f7953794e') 202 46.72MiB 666.94KiB 45.74MiB 46.43MiB 47.7MiB 47.84MiB 47.98MiB 48.1MiB 0.525853
('datadog_agent_remap_datadog_logs_acks', 'baseline', 'ac78a0dc-cd42-4bcf-b44c-6a7d839770f8') 203 46.67MiB 686.7KiB 45.59MiB 46.39MiB 47.71MiB 47.91MiB 48.04MiB 48.14MiB 0.670651
('datadog_agent_remap_datadog_logs_acks', 'baseline', 'c4047672-59b6-4b1f-b94f-f73f3421672b') 203 45.96MiB 308.31KiB 45.44MiB 45.93MiB 46.26MiB 46.31MiB 46.99MiB 47.59MiB 1.80549
('datadog_agent_remap_datadog_logs', 'baseline', 'd7779540-707a-4380-a0bb-740fe1dbf652') 228 45.83MiB 565.22KiB 44.73MiB 45.76MiB 46.59MiB 46.68MiB 46.86MiB 46.91MiB 0.187019
('datadog_agent_remap_datadog_logs', 'baseline', '0ed381b6-0e42-4d2a-8dc1-fc5c7a69f396') 228 45.59MiB 776.28KiB 44.02MiB 45.75MiB 46.52MiB 46.59MiB 46.7MiB 46.75MiB -0.354262
('datadog_agent_remap_datadog_logs', 'comparison', '0d7cbb84-c83a-420f-96fd-1fb2d1595f51') 200 45.59MiB 696.63KiB 44.1MiB 45.79MiB 46.34MiB 46.47MiB 46.66MiB 46.69MiB -0.538479
('datadog_agent_remap_datadog_logs_acks', 'comparison', '8d26d876-d997-4bd0-8d03-a2ac60ee6f44') 202 45.59MiB 446.08KiB 44.74MiB 45.46MiB 46.36MiB 46.45MiB 46.65MiB 46.92MiB 0.968016
('datadog_agent_remap_datadog_logs', 'comparison', '52f9d919-217e-4161-b8e5-adf4f2076e50') 200 45.47MiB 624.67KiB 44.39MiB 45.24MiB 46.39MiB 46.47MiB 46.7MiB 46.77MiB 0.469519
('datadog_agent_remap_datadog_logs_acks', 'baseline', 'fe023050-9253-443e-95ea-b44143c64dbc') 203 45.18MiB 471.95KiB 44.29MiB 45.16MiB 45.7MiB 45.88MiB 46.59MiB 47.08MiB 0.713694
('datadog_agent_remap_datadog_logs', 'baseline', '73349b08-0e2c-4560-af25-e81694f6a38a') 200 44.11MiB 600.21KiB 43.14MiB 43.89MiB 44.98MiB 45.07MiB 45.21MiB 45.31MiB 0.403892
('datadog_agent_remap_datadog_logs', 'comparison', '612b1192-09b5-4dec-bfba-d3dff42d17b7') 200 43.85MiB 627.89KiB 42.77MiB 43.66MiB 44.74MiB 44.85MiB 45.04MiB 45.1MiB 0.380737
('datadog_agent_remap_blackhole_acks', 'comparison', 'e8b6cc17-1028-4cb3-b0e5-b2e43863fa86') 200 36.32MiB 232.59KiB 35.8MiB 36.31MiB 36.64MiB 36.75MiB 36.85MiB 37.03MiB 0.343913
('datadog_agent_remap_blackhole_acks', 'comparison', '874666d6-df1e-45f7-99f9-24fa25bdf789') 200 36.2MiB 267.15KiB 35.6MiB 36.23MiB 36.54MiB 36.6MiB 36.78MiB 36.98MiB 0.065957
('datadog_agent_remap_blackhole', 'comparison', 'd6b7d21b-9a65-4b8e-ae52-eeb163d859d3') 201 36.09MiB 382.89KiB 35.12MiB 36.06MiB 36.54MiB 36.71MiB 37.14MiB 37.22MiB 0.381403
('datadog_agent_remap_blackhole_acks', 'comparison', '3fa98c2d-7205-45e6-911e-4501703bb882') 200 36.06MiB 576.05KiB 35.22MiB 35.89MiB 37.01MiB 37.17MiB 37.44MiB 37.58MiB 0.983576
('datadog_agent_remap_blackhole_acks', 'baseline', '2d1b8a7c-2ba6-4df5-82f6-5247ea336934') 200 35.95MiB 368.44KiB 35.24MiB 35.91MiB 36.43MiB 36.52MiB 36.89MiB 36.97MiB 0.357533
('datadog_agent_remap_blackhole_acks', 'baseline', 'e425deab-b5f6-4490-bc21-408cfcd6933d') 200 35.94MiB 427.07KiB 34.83MiB 35.9MiB 36.51MiB 36.64MiB 36.84MiB 36.91MiB 0.153393
('datadog_agent_remap_blackhole', 'comparison', '6149ff51-060b-4333-8a68-122952e9e82c') 201 35.8MiB 228.47KiB 35.19MiB 35.8MiB 36.06MiB 36.15MiB 36.34MiB 36.5MiB 0.0740344
('datadog_agent_remap_blackhole', 'baseline', 'd172febb-9d12-4c77-ab4c-de339a9e4773') 202 35.72MiB 232.05KiB 35.24MiB 35.72MiB 35.99MiB 36.09MiB 36.23MiB 36.43MiB 0.141937
('datadog_agent_remap_blackhole', 'baseline', '6386ade2-bf99-470a-8ecf-649a9202ec45') 202 35.7MiB 241.69KiB 35.12MiB 35.7MiB 35.99MiB 36.06MiB 36.22MiB 36.25MiB -0.106224
('datadog_agent_remap_blackhole', 'comparison', '3dfe7457-3b28-44b5-95f5-6f8de6881d89') 201 35.59MiB 347.61KiB 34.75MiB 35.59MiB 36.04MiB 36.13MiB 36.33MiB 36.4MiB 0.0208759
('datadog_agent_remap_blackhole_acks', 'baseline', 'fa883145-47a2-499f-94f6-1b367c3df12f') 200 35.53MiB 513.84KiB 34.5MiB 35.37MiB 36.47MiB 36.63MiB 36.84MiB 37.07MiB 1.36498
('datadog_agent_remap_blackhole', 'baseline', '047df2ff-cefd-48e5-93e2-8f82260d9072') 202 35.0MiB 371.74KiB 34.05MiB 35.0MiB 35.48MiB 35.57MiB 35.79MiB 35.87MiB 0.0469281
('splunk_hec_to_splunk_hec_logs_acks', 'comparison', '21b8b6fe-7c60-42e8-9584-93c05b61d4f9') 203 23.93MiB 1.41MiB 20.04MiB 24.2MiB 25.4MiB 25.71MiB 26.9MiB 27.52MiB -0.629604
('splunk_hec_to_splunk_hec_logs_acks', 'baseline', '659bf162-0ad7-49d3-94b9-ca530c931085') 200 23.9MiB 1.9MiB 18.73MiB 23.99MiB 26.17MiB 26.57MiB 27.03MiB 27.91MiB -0.647302
('splunk_hec_to_splunk_hec_logs_acks', 'baseline', '3b4ae360-ecc9-46c4-8552-41e561ffcc23') 200 23.89MiB 1.61MiB 20.17MiB 23.96MiB 26.06MiB 26.39MiB 26.73MiB 26.74MiB -0.488943
('splunk_hec_to_splunk_hec_logs_noack', 'baseline', 'ebf8aae7-e409-4679-89bb-22e786b87a1a') 200 23.85MiB 307.66KiB 23.11MiB 23.87MiB 24.25MiB 24.31MiB 24.4MiB 24.45MiB -0.195493
('splunk_hec_to_splunk_hec_logs_acks', 'comparison', '123efe9c-2f49-47c6-9a32-95eec292d427') 203 23.85MiB 1.47MiB 20.01MiB 23.82MiB 26.09MiB 26.56MiB 27.07MiB 27.28MiB -0.0243189
('splunk_hec_to_splunk_hec_logs_noack', 'comparison', '8bf41f0c-4fcb-48ce-bab5-51f5b5a03b96') 204 23.84MiB 341.33KiB 23.11MiB 23.82MiB 24.3MiB 24.36MiB 24.64MiB 24.67MiB 0.0557102
('splunk_hec_indexer_ack_blackhole', 'comparison', '12352668-d330-4459-926f-5003c7279b7f') 200 23.84MiB 409.6KiB 22.87MiB 23.89MiB 24.33MiB 24.43MiB 24.7MiB 24.93MiB -0.0186204
('splunk_hec_to_splunk_hec_logs_noack', 'baseline', 'e71677ff-9416-424e-922e-81c6c364a7d7') 200 23.84MiB 315.41KiB 22.9MiB 23.83MiB 24.26MiB 24.33MiB 24.42MiB 24.64MiB -0.122858
('splunk_hec_to_splunk_hec_logs_noack', 'baseline', '90b6d255-1cda-4636-bfc2-79b8a9651cb8') 200 23.84MiB 368.22KiB 22.93MiB 23.83MiB 24.31MiB 24.41MiB 24.64MiB 24.93MiB 0.0810742
('splunk_hec_to_splunk_hec_logs_noack', 'comparison', '7def81c1-d9de-478f-a1da-0da110de1f43') 204 23.84MiB 349.89KiB 22.99MiB 23.83MiB 24.31MiB 24.36MiB 24.55MiB 24.67MiB -0.123617
('splunk_hec_indexer_ack_blackhole', 'baseline', '007596c2-151d-4d6f-afe6-23764e9cc605') 200 23.84MiB 420.79KiB 22.91MiB 23.85MiB 24.36MiB 24.57MiB 24.76MiB 24.93MiB 0.166171
('splunk_hec_indexer_ack_blackhole', 'baseline', 'c91d6b9d-6429-4301-9c13-b70cbee93123') 200 23.84MiB 406.88KiB 22.72MiB 23.87MiB 24.33MiB 24.45MiB 24.75MiB 24.84MiB -0.0220041
('splunk_hec_to_splunk_hec_logs_noack', 'comparison', '41c07dea-77a5-4549-99e8-5e5ddcaab2f3') 204 23.84MiB 322.46KiB 23.05MiB 23.86MiB 24.25MiB 24.31MiB 24.48MiB 24.81MiB 0.00212896
('splunk_hec_indexer_ack_blackhole', 'baseline', '78841125-5885-4676-a133-2e62598e5c98') 200 23.84MiB 426.21KiB 22.66MiB 23.85MiB 24.34MiB 24.55MiB 24.81MiB 24.93MiB -0.10052
('splunk_hec_indexer_ack_blackhole', 'comparison', '87576078-a162-459a-8213-852cbeeb046d') 200 23.84MiB 422.31KiB 22.68MiB 23.87MiB 24.37MiB 24.44MiB 24.7MiB 24.75MiB -0.166213
('splunk_hec_indexer_ack_blackhole', 'comparison', '0906f315-762c-43f7-bc96-83d8f05dcb7f') 205 23.83MiB 417.07KiB 22.78MiB 23.87MiB 24.31MiB 24.51MiB 24.69MiB 24.84MiB -0.105369
('splunk_hec_to_splunk_hec_logs_acks', 'comparison', 'fbc583d1-d3a7-4a27-a554-5fcf824053d7') 203 23.44MiB 1.19MiB 20.34MiB 23.69MiB 24.67MiB 24.82MiB 25.17MiB 25.48MiB -0.945036
('splunk_hec_to_splunk_hec_logs_acks', 'baseline', 'ff9c1403-f729-4822-abb5-b7c89e46cef0') 200 23.2MiB 1.28MiB 19.99MiB 23.53MiB 24.44MiB 24.63MiB 24.87MiB 25.31MiB -0.945902
('http_to_http_noack', 'comparison', '9263350f-ffd2-4f47-b369-123f38d6812b') 204 19.83MiB 789.14KiB 17.05MiB 19.78MiB 20.83MiB 21.18MiB 21.61MiB 21.79MiB -0.037483
('http_to_http_noack', 'baseline', '9177d2f1-7e27-4729-b001-03df3bc38f58') 204 19.64MiB 924.3KiB 16.69MiB 19.58MiB 20.78MiB 21.22MiB 21.82MiB 22.13MiB -0.0177579
('http_to_http_noack', 'comparison', '0f6f297f-6bf1-48f6-85cb-fd944e57c6e2') 204 19.63MiB 816.37KiB 17.41MiB 19.69MiB 20.61MiB 20.92MiB 21.37MiB 21.73MiB -0.140102
('http_to_http_noack', 'baseline', 'e54b22e9-0d2d-4892-81e4-efd17f7ada77') 229 19.21MiB 767.95KiB 16.34MiB 19.2MiB 20.11MiB 20.27MiB 20.7MiB 20.94MiB -0.459662
('http_to_http_noack', 'comparison', '28329142-5a80-4968-896a-a50bf0b4eb1a') 204 18.99MiB 1.49MiB 14.98MiB 19.25MiB 20.81MiB 21.04MiB 21.48MiB 21.65MiB -0.361235
('http_to_http_noack', 'baseline', 'da441182-1f17-4c6b-a4ea-684a99a587a3') 229 16.63MiB 837.71KiB 14.71MiB 16.55MiB 17.84MiB 18.09MiB 18.5MiB 18.68MiB 0.432467
('http_to_http_json', 'comparison', '8d03daec-ffe6-4cec-a2c5-357bcba38f14') 204 16.13MiB 1014.37KiB 13.73MiB 16.07MiB 17.4MiB 17.79MiB 18.32MiB 19.16MiB 0.105402
('http_to_http_json', 'comparison', '5197d60f-c4f9-4459-8812-c425b36e3ebf') 204 16.12MiB 889.4KiB 13.21MiB 16.1MiB 17.26MiB 17.61MiB 18.02MiB 18.31MiB 0.0453439
('http_to_http_json', 'baseline', '3d7c5c07-ff56-486c-8cb1-2da650641151') 200 15.93MiB 882.08KiB 13.68MiB 15.8MiB 17.04MiB 17.52MiB 17.88MiB 17.97MiB 0.150505
('http_to_http_json', 'baseline', '0035052c-aa64-40e1-b045-d6b57d2bf71b') 230 15.89MiB 855.46KiB 13.61MiB 15.9MiB 16.96MiB 17.13MiB 17.91MiB 18.17MiB -0.0890136
('http_to_http_json', 'baseline', 'e9398d29-3d7f-4ba7-b4cb-d4d170f8b848') 201 15.69MiB 983.39KiB 12.81MiB 15.68MiB 16.92MiB 17.39MiB 17.99MiB 18.69MiB -0.0361416
('http_to_http_json', 'comparison', 'da40d5b9-98d5-4c48-8964-c636b55d849c') 205 15.47MiB 894.35KiB 13.34MiB 15.42MiB 16.56MiB 16.92MiB 17.52MiB 17.88MiB 0.0862735
('syslog_log2metric_splunk_hec_metrics', 'comparison', '8e0b0035-f396-4992-a125-2198b697cbf0') 200 13.32MiB 87.92KiB 13.15MiB 13.34MiB 13.43MiB 13.45MiB 13.47MiB 13.49MiB -0.119585
('syslog_log2metric_splunk_hec_metrics', 'comparison', '4825b0c9-406e-4894-85e6-65c465db7f53') 200 13.26MiB 89.4KiB 13.09MiB 13.24MiB 13.39MiB 13.43MiB 13.47MiB 13.51MiB 0.773663
('syslog_log2metric_splunk_hec_metrics', 'comparison', '11f4de79-c069-4818-bba7-287e9d2ef166') 200 13.24MiB 181.76KiB 12.76MiB 13.3MiB 13.4MiB 13.43MiB 13.46MiB 13.48MiB -1.35108
('syslog_log2metric_splunk_hec_metrics', 'baseline', '475d6147-7d0c-4a63-8936-0bd8f493368d') 200 13.13MiB 88.99KiB 13.0MiB 13.11MiB 13.29MiB 13.3MiB 13.35MiB 13.38MiB 0.932053
('syslog_log2metric_splunk_hec_metrics', 'baseline', 'd4cd39c0-0d85-44db-b995-d31ebd614776') 234 13.09MiB 158.39KiB 12.84MiB 13.13MiB 13.28MiB 13.3MiB 13.34MiB 13.36MiB -0.0775704
('syslog_humio_logs', 'baseline', '9dfb02a4-68b7-4402-8d60-0c5cb6fb694c') 202 13.06MiB 78.97KiB 12.82MiB 13.08MiB 13.14MiB 13.16MiB 13.2MiB 13.23MiB -0.86779
('syslog_humio_logs', 'comparison', '6a9682ac-1045-4737-a737-6ea15a3cca13') 204 12.72MiB 138.35KiB 12.48MiB 12.72MiB 12.89MiB 12.92MiB 12.97MiB 12.97MiB 0.123283
('syslog_humio_logs', 'baseline', '19d3192b-4d71-4dd8-97d1-c8da354ec86d') 202 12.71MiB 87.76KiB 12.45MiB 12.7MiB 12.82MiB 12.85MiB 12.89MiB 12.95MiB 0.0932088
('syslog_log2metric_splunk_hec_metrics', 'baseline', 'a66f80dd-02c9-4728-9372-0b3637e4181d') 87 12.66MiB 2.16MiB 49.55KiB 13.08MiB 13.16MiB 13.18MiB 13.22MiB 13.28MiB -5.35423
('syslog_humio_logs', 'comparison', '4aec888c-4ceb-4d61-a459-5fd46fbef76a') 204 12.63MiB 139.29KiB 12.41MiB 12.59MiB 12.86MiB 12.88MiB 12.96MiB 13.0MiB 0.796938
('syslog_humio_logs', 'baseline', '488279e3-65f5-48e1-bc8c-94b363e0c46b') 202 12.6MiB 250.24KiB 12.29MiB 12.47MiB 12.93MiB 12.95MiB 12.98MiB 13.0MiB 0.29322
('syslog_splunk_hec_logs', 'baseline', '52502295-7a76-4d8a-a7dd-ea9540e3da00') 204 12.59MiB 142.53KiB 12.26MiB 12.6MiB 12.76MiB 12.79MiB 12.84MiB 12.85MiB -0.268484
('syslog_log2metric_humio_metrics', 'comparison', '5e2a77c8-05a0-48cc-bd05-4205312df14d') 205 12.49MiB 55.08KiB 12.36MiB 12.48MiB 12.55MiB 12.59MiB 12.63MiB 12.68MiB 0.865273
('syslog_splunk_hec_logs', 'baseline', '874e1ec0-2e8d-4c59-bf0e-f830085299e6') 204 12.47MiB 72.87KiB 12.31MiB 12.47MiB 12.57MiB 12.59MiB 12.68MiB 12.7MiB 0.525143
('socket_to_socket_blackhole', 'comparison', '5b6bfbf4-5f72-4c16-bfd4-6d113314df70') 202 12.36MiB 36.68KiB 12.24MiB 12.36MiB 12.41MiB 12.42MiB 12.45MiB 12.47MiB -0.0483923
('syslog_log2metric_humio_metrics', 'baseline', 'd1b22d6a-620c-40a2-ae08-a3fe7bab63b3') 202 12.36MiB 105.74KiB 12.15MiB 12.35MiB 12.5MiB 12.52MiB 12.58MiB 12.59MiB 0.237836
('syslog_log2metric_humio_metrics', 'comparison', '10ff4828-254a-41f1-ad6b-efc7aedb62fb') 200 12.34MiB 173.54KiB 12.09MiB 12.25MiB 12.59MiB 12.62MiB 12.67MiB 12.7MiB 0.588435
('socket_to_socket_blackhole', 'baseline', '8092fb94-b73f-4fc9-a8b2-1feb9cfceb37') 202 12.33MiB 46.75KiB 12.2MiB 12.32MiB 12.38MiB 12.4MiB 12.42MiB 12.45MiB -0.059262
('syslog_splunk_hec_logs', 'comparison', 'b7975cc6-6003-4563-9a86-a126b4e6de6c') 200 12.3MiB 78.75KiB 12.0MiB 12.29MiB 12.39MiB 12.42MiB 12.52MiB 12.54MiB 0.291925
('syslog_log2metric_humio_metrics', 'baseline', '96768722-ff69-49d5-8576-bde8efa870aa') 202 12.22MiB 71.78KiB 12.11MiB 12.22MiB 12.31MiB 12.4MiB 12.46MiB 12.46MiB 1.4165
('syslog_splunk_hec_logs', 'comparison', '525fcd8c-b160-45ce-be94-350ceadd9ec6') 79 12.22MiB 2.34MiB 25.05KiB 12.71MiB 12.9MiB 12.92MiB 12.97MiB 12.99MiB -4.72879
('syslog_splunk_hec_logs', 'baseline', '6f216c16-1c58-4a64-af68-a9f23fda5428') 204 12.1MiB 181.2KiB 11.73MiB 12.15MiB 12.31MiB 12.34MiB 12.39MiB 12.4MiB -0.277419
('socket_to_socket_blackhole', 'baseline', '79bc1d23-b218-42f4-b6dd-023341566b2d') 202 12.07MiB 78.4KiB 11.88MiB 12.08MiB 12.17MiB 12.19MiB 12.24MiB 12.26MiB -0.199348
('syslog_log2metric_humio_metrics', 'comparison', 'de3d4eab-99c0-4067-bc5c-36c8d27fb12a') 200 12.07MiB 175.17KiB 11.82MiB 12.0MiB 12.32MiB 12.33MiB 12.39MiB 12.41MiB 0.3922
('socket_to_socket_blackhole', 'comparison', '6a526675-c011-456c-a3e3-735e1bdd5467') 202 12.01MiB 85.25KiB 11.8MiB 12.03MiB 12.11MiB 12.13MiB 12.15MiB 12.18MiB -0.250993
('socket_to_socket_blackhole', 'baseline', '0939ea5c-da53-444b-ae66-59cf2c84a8ef') 202 11.98MiB 83.57KiB 11.81MiB 12.01MiB 12.08MiB 12.08MiB 12.08MiB 12.08MiB -0.385932
('socket_to_socket_blackhole', 'comparison', '70c3eb0b-8e9a-4f1b-99e8-3e07a6a87566') 202 11.97MiB 40.54KiB 11.85MiB 11.97MiB 12.02MiB 12.03MiB 12.07MiB 12.08MiB -0.0376463
('syslog_log2metric_humio_metrics', 'baseline', '5e7de2d2-9cc6-4873-b23f-b124e8946a91') 202 11.94MiB 144.23KiB 11.69MiB 11.94MiB 12.13MiB 12.18MiB 12.19MiB 12.23MiB 0.243215
('syslog_humio_logs', 'comparison', '2ad9666e-0ab4-4eea-8bdd-03cee44cd362') 92 11.86MiB 3.23MiB 24.77KiB 12.78MiB 12.85MiB 12.87MiB 12.88MiB 12.9MiB -3.36857
('syslog_splunk_hec_logs', 'comparison', '76fcaa76-be5d-477c-8c8e-d61b5826a024') 200 11.82MiB 295.09KiB 11.44MiB 11.67MiB 12.3MiB 12.34MiB 12.47MiB 12.51MiB 0.972185
('splunk_hec_route_s3', 'baseline', 'dac858a1-256c-4b30-bfc3-6473afbc5021') 204 11.12MiB 2.24MiB 6.91MiB 11.2MiB 14.38MiB 14.7MiB 15.38MiB 15.93MiB 0.184992
('splunk_hec_route_s3', 'comparison', '3e6f193e-7252-4a8d-9f20-8429876e59d9') 204 11.05MiB 2.28MiB 7.61MiB 10.99MiB 14.49MiB 15.02MiB 15.56MiB 16.45MiB 0.268102
('splunk_hec_route_s3', 'baseline', 'dd9e88d6-3e7a-45d6-a515-c7f5059fbe34') 204 11.04MiB 2.28MiB 7.21MiB 10.89MiB 14.26MiB 14.83MiB 15.62MiB 16.06MiB 0.291892
('splunk_hec_route_s3', 'comparison', 'f8071e81-7056-459f-9698-156ab1e4c28e') 204 10.96MiB 2.25MiB 7.39MiB 10.83MiB 14.17MiB 14.82MiB 15.47MiB 15.6MiB 0.284549
('splunk_hec_route_s3', 'comparison', '62b59b5b-62e9-4591-a4fa-767bcb528be1') 233 10.89MiB 2.24MiB 6.6MiB 10.8MiB 14.18MiB 14.62MiB 15.28MiB 15.72MiB 0.259859
('splunk_hec_route_s3', 'baseline', 'f3ecebc6-5618-40a3-b5fc-8057a0fe9763') 204 10.84MiB 2.25MiB 7.52MiB 10.73MiB 14.01MiB 14.55MiB 15.12MiB 15.63MiB 0.273761
('http_to_http_acks', 'baseline', '31087e55-396b-4aa7-960d-a511ea14ca7d') 200 10.17MiB 4.82MiB 1.73MiB 9.52MiB 17.61MiB 18.15MiB 19.07MiB 19.26MiB 0.248949
('syslog_regex_logs2metric_ddmetrics', 'comparison', '5edea6b9-90d3-4bf9-a505-56068503f2ae') 200 9.58MiB 368.39KiB 8.8MiB 9.74MiB 9.98MiB 10.04MiB 10.12MiB 10.16MiB -0.626808
('syslog_regex_logs2metric_ddmetrics', 'comparison', '058bd83a-69ab-4c21-8590-35e64e18ecad') 205 9.31MiB 294.45KiB 8.68MiB 9.41MiB 9.57MiB 9.63MiB 9.68MiB 10.5MiB -0.462672
('syslog_regex_logs2metric_ddmetrics', 'baseline', '5ff8bfd8-74ce-4486-bfec-f9ba4e9d7231') 200 9.23MiB 255.75KiB 8.72MiB 9.33MiB 9.43MiB 9.45MiB 9.48MiB 10.35MiB -0.406227
('syslog_regex_logs2metric_ddmetrics', 'baseline', '0b098a4a-d6ac-494b-a7d2-1f3b496df086') 200 9.16MiB 214.55KiB 8.7MiB 9.25MiB 9.35MiB 9.38MiB 9.4MiB 9.47MiB -0.94166
('http_to_http_acks', 'baseline', 'cd619998-cef7-4061-a7e4-248636598ee7') 200 9.04MiB 4.27MiB 2.41MiB 9.05MiB 15.61MiB 17.62MiB 19.16MiB 20.05MiB 0.649153
('syslog_regex_logs2metric_ddmetrics', 'comparison', 'ae40922c-5de6-4c10-b7be-c981640ae1e5') 200 9.0MiB 140.23KiB 8.71MiB 9.05MiB 9.13MiB 9.15MiB 9.17MiB 9.21MiB -0.841432
('syslog_regex_logs2metric_ddmetrics', 'baseline', '5ef48b41-07b7-41ab-8ae0-063216e88666') 200 8.86MiB 118.56KiB 8.7MiB 8.84MiB 8.99MiB 9.05MiB 9.18MiB 9.86MiB 3.82159
('http_to_http_acks', 'comparison', '0e6247c8-bc72-4b4d-8b87-7aaf6fb78509') 204 8.73MiB 4.28MiB 2.41MiB 8.71MiB 15.41MiB 18.15MiB 19.05MiB 19.11MiB 0.71641
('http_to_http_acks', 'baseline', '8f0566f2-e59d-426c-af07-7f4c928da523') 230 8.59MiB 4.12MiB 2.05MiB 9.02MiB 14.46MiB 17.38MiB 18.86MiB 19.12MiB 0.630208
('http_to_http_acks', 'comparison', '75b7d982-0726-42c8-b35a-dc195d50c262') 229 8.59MiB 4.42MiB 1.73MiB 8.33MiB 15.63MiB 17.71MiB 19.01MiB 20.49MiB 0.714771
('http_to_http_acks', 'comparison', '5ab42969-67c1-4d88-813d-fa13917246ee') 204 8.44MiB 3.87MiB 1006.19KiB 9.04MiB 12.57MiB 16.63MiB 18.99MiB 20.17MiB 0.591534
('syslog_loki', 'baseline', 'd7162cec-96fa-41bd-a476-ce59b219bd91') 202 7.35MiB 37.73KiB 7.24MiB 7.35MiB 7.4MiB 7.4MiB 7.42MiB 7.44MiB -0.301242
('syslog_loki', 'baseline', '5a9a739a-c17a-43e5-a158-8ab823ddfa39') 202 7.21MiB 26.57KiB 7.15MiB 7.21MiB 7.25MiB 7.25MiB 7.26MiB 7.28MiB -0.0117134
('syslog_loki', 'comparison', 'd875405b-ae79-4f49-84ee-1332f33c0271') 231 7.17MiB 35.68KiB 7.09MiB 7.16MiB 7.2MiB 7.21MiB 7.24MiB 7.41MiB 2.09555
('syslog_loki', 'comparison', '90e0d4ee-f9b2-4920-909d-9ff51347de8b') 200 7.15MiB 75.5KiB 6.95MiB 7.15MiB 7.23MiB 7.28MiB 7.31MiB 7.32MiB -0.110768
('syslog_loki', 'baseline', '776059bc-3ccd-4514-80f8-70198155a0e2') 202 7.0MiB 78.88KiB 6.81MiB 7.0MiB 7.09MiB 7.13MiB 7.19MiB 7.21MiB 0.147942
('syslog_loki', 'comparison', 'ef44789a-46b3-44c7-85c2-331f590b5845') 200 7.0MiB 67.26KiB 6.83MiB 6.99MiB 7.08MiB 7.11MiB 7.15MiB 7.16MiB 0.153067
('splunk_transforms_splunk3', 'comparison', '5b55e291-f172-4608-b29d-e93085112c1c') 202 6.58MiB 1.69MiB 3.84MiB 6.0MiB 8.94MiB 9.33MiB 9.71MiB 9.91MiB 0.340542
('splunk_transforms_splunk3', 'comparison', 'beb78181-823c-4fc0-adca-a3b063e49cb4') 202 6.53MiB 1.74MiB 3.98MiB 5.85MiB 8.82MiB 9.24MiB 9.67MiB 11.98MiB 0.376212
('splunk_transforms_splunk3', 'comparison', 'fd7b4c47-8799-4efd-ba4c-826297a5850a') 202 6.46MiB 1.69MiB 4.19MiB 5.9MiB 8.88MiB 9.22MiB 9.55MiB 9.67MiB 0.328422
('splunk_transforms_splunk3', 'baseline', '3451d884-44f5-435c-a579-3760453e19c2') 203 6.37MiB 1.67MiB 3.81MiB 5.77MiB 8.73MiB 8.95MiB 9.43MiB 9.57MiB 0.311453
('splunk_transforms_splunk3', 'baseline', 'f613dbf8-e847-49d7-a028-a354994fd829') 203 6.32MiB 1.64MiB 3.84MiB 5.68MiB 8.6MiB 8.96MiB 9.12MiB 9.31MiB 0.289223
('splunk_transforms_splunk3', 'baseline', 'ed17ce0c-f42f-4047-9be4-d7b89b0d7ab8') 203 6.3MiB 1.67MiB 3.75MiB 5.65MiB 8.55MiB 8.87MiB 9.3MiB 9.67MiB 0.294755
('http_datadog_filter_blackhole', 'comparison', 'ab2bbeb2-3430-4195-bc59-dc4f8434a281') 201 4.45MiB 621.57KiB 2.89MiB 4.45MiB 5.31MiB 5.41MiB 5.87MiB 5.87MiB -0.0614616
('http_datadog_filter_blackhole', 'baseline', '817ef441-d66c-4e3b-a2ef-d332122aff05') 202 4.38MiB 634.84KiB 2.51MiB 4.44MiB 5.21MiB 5.33MiB 5.65MiB 5.65MiB -0.361684
('http_datadog_filter_blackhole', 'comparison', 'd65cef5e-e84d-4b4a-ad70-b9d99dd7b779') 201 4.36MiB 611.29KiB 2.47MiB 4.42MiB 5.17MiB 5.23MiB 5.65MiB 5.65MiB -0.441023
('http_datadog_filter_blackhole', 'comparison', 'bea9649b-62dd-45f8-ae7f-fa5f0fedca83') 202 4.29MiB 632.99KiB 2.39MiB 4.33MiB 5.09MiB 5.29MiB 5.53MiB 5.63MiB -0.289603
('http_datadog_filter_blackhole', 'baseline', '4ed28184-b44d-4335-aa2c-42f994867717') 202 4.27MiB 629.91KiB 2.8MiB 4.31MiB 5.05MiB 5.29MiB 5.53MiB 6.19MiB -0.0395437
('http_datadog_filter_blackhole', 'baseline', '8fe41f9e-5281-439c-a2b2-b03e194c71cf') 26 4.19MiB 924.17KiB 705.11KiB 4.29MiB 4.98MiB 5.16MiB 5.54MiB 5.65MiB -2.27934
('http_pipelines_no_grok_blackhole', 'comparison', 'd4847cce-b768-4c38-9488-2e44e85f9a24') 200 4.08MiB 708.33KiB 2.05MiB 4.17MiB 4.93MiB 5.27MiB 5.41MiB 5.53MiB -0.368691
('http_pipelines_no_grok_blackhole', 'comparison', '46b678d3-4edf-4c78-b2c9-2166b8507ec5') 200 4.07MiB 686.94KiB 2.39MiB 4.14MiB 4.84MiB 5.27MiB 5.41MiB 5.65MiB -0.279058
('http_pipelines_no_grok_blackhole', 'comparison', 'db12aa28-0132-4226-abc9-542d2664256a') 200 4.06MiB 689.13KiB 1.86MiB 4.14MiB 4.87MiB 5.27MiB 5.41MiB 5.53MiB -0.31222
('http_pipelines_no_grok_blackhole', 'baseline', 'f4ec149e-877f-45e7-8805-bbb28f74c19e') 157 3.99MiB 818.2KiB 660.93KiB 4.08MiB 4.91MiB 5.28MiB 5.49MiB 5.53MiB -0.785179
('http_pipelines_no_grok_blackhole', 'baseline', '9a206fe9-af4c-4f6c-8dc2-cb12f6da0c9a') 200 3.99MiB 747.11KiB 1.86MiB 4.07MiB 4.81MiB 5.23MiB 5.41MiB 5.65MiB -0.390067
('http_pipelines_no_grok_blackhole', 'baseline', '320251cb-b3d4-4386-8a9a-abc0d485d70a') 210 3.95MiB 740.1KiB 1.26MiB 4.07MiB 4.85MiB 5.07MiB 5.29MiB 5.53MiB -0.513095
('http_pipelines_blackhole_acks', 'comparison', '343006de-da7c-462c-ab7c-7908e0dae17e') 202 1.41MiB 716.7KiB 109.76KiB 1.38MiB 2.31MiB 2.6MiB 3.08MiB 3.56MiB 0.46802
('http_pipelines_blackhole_acks', 'baseline', '78911a27-3ad2-4472-a9fe-ddadad89c90e') 202 1.38MiB 687.32KiB 245.0KiB 1.37MiB 2.26MiB 2.58MiB 3.09MiB 3.12MiB 0.415256
('http_pipelines_blackhole_acks', 'comparison', 'd4a29329-13ef-475a-89af-909477704cb6') 202 1.37MiB 718.78KiB 232.77KiB 1.34MiB 2.29MiB 2.62MiB 3.11MiB 3.6MiB 0.533719
('http_pipelines_blackhole_acks', 'baseline', '0787f0b0-8dcf-4d6f-acd3-e1f20173ad98') 202 1.37MiB 695.42KiB 109.76KiB 1.37MiB 2.26MiB 2.55MiB 3.05MiB 3.09MiB 0.414
('http_pipelines_blackhole_acks', 'baseline', 'db1d150a-b6e8-4619-991e-c0ada23b7908') 202 1.36MiB 700.05KiB 232.77KiB 1.27MiB 2.26MiB 2.58MiB 3.11MiB 3.56MiB 0.562238
('http_pipelines_blackhole_acks', 'comparison', 'c3259a20-2891-407b-ab09-a0f1e08f0b29') 202 1.34MiB 696.3KiB 185.89KiB 1.31MiB 2.3MiB 2.58MiB 3.14MiB 3.56MiB 0.635951
('http_pipelines_blackhole', 'baseline', 'c9971d74-efa3-45eb-9939-6f6887beecb2') 176 480.87KiB 351.04KiB 15.99KiB 368.02KiB 1023.53KiB 1.11MiB 1.44MiB 1.52MiB 0.945544
('http_pipelines_blackhole', 'baseline', '3083d329-37c1-4c72-bb70-af1afd323007') 174 461.69KiB 367.32KiB 15.99KiB 368.02KiB 976.65KiB 1.17MiB 1.53MiB 1.6MiB 1.16796
('http_pipelines_blackhole', 'baseline', '73c41968-0422-4c27-b18d-beb8199f8051') 174 460.98KiB 373.53KiB 15.99KiB 353.68KiB 992.64KiB 1.13MiB 1.47MiB 1.68MiB 1.08525
('http_pipelines_blackhole', 'comparison', 'c5380345-3e6a-4b65-97a7-98a4b0ccc029') 177 456.02KiB 372.98KiB 15.99KiB 368.02KiB 1023.53KiB 1.09MiB 1.53MiB 1.92MiB 1.12065
('http_pipelines_blackhole', 'comparison', 'a5744d44-6955-415a-b997-9e635feb0495') 176 454.65KiB 376.51KiB 15.99KiB 330.8KiB 1008.38KiB 1.22MiB 1.5MiB 1.55MiB 1.13739
('http_pipelines_blackhole', 'comparison', '072b8956-9311-4e8b-91dd-1fb5258f3960') 177 452.62KiB 371.44KiB 15.99KiB 307.36KiB 1009.3KiB 1.1MiB 1.45MiB 1.48MiB 0.950384

@jszwedko jszwedko merged commit 89ca645 into master Mar 1, 2022
@jszwedko jszwedko deleted the dependabot/cargo/trust-dns-proto-0.21.1 branch March 1, 2022 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: deps Anything related to Vector's dependencies domain: sources Anything related to the Vector's sources
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants