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

Move BreakdownMetricsProvider to PayloadSender #1341

Closed
wants to merge 15 commits into from
Closed

Move BreakdownMetricsProvider to PayloadSender #1341

wants to merge 15 commits into from

Conversation

gregkalapos
Copy link
Contributor

@gregkalapos gregkalapos commented Jun 15, 2021

This is to address the comment from here.

I personally don't think this is a good idea - let's discuss in the original PR and if we really need it, I'll cherry pick the commit which moves the BreakdownMetricsProvider to PayloadSenderV2 to the original PR.

@gregkalapos gregkalapos mentioned this pull request Jun 15, 2021
3 tasks
@apmmachine
Copy link
Contributor

💔 Build Failed

the below badges are clickable and redirect to their specific view in the CI or DOCS
Pipeline View Test View Changes Artifacts preview

Expand to view the summary

Build stats

  • Build Cause: Pull request #1341 opened

  • Start Time: 2021-06-15T21:32:22.987+0000

  • Duration: 23 min 25 sec

  • Commit: 2929cb5

Trends 🧪

Image of Build Times

Steps errors 9

Expand to view the steps failures

Shell Script
  • Took 3 min 39 sec . View more details on here
  • Description: .ci/linux/build.sh
Archive the artifacts
  • Took 0 min 0 sec . View more details on here
  • Description: [2021-06-15T21:38:49.506Z] Archiving artifacts withAzureCredentials: error hudson.AbortException: s
Windows Batch Script
  • Took 2 min 23 sec . View more details on here
  • Description: .ci/windows/msbuild.bat
Archive the artifacts
  • Took 0 min 0 sec . View more details on here
  • Description: [2021-06-15T21:53:29.958Z] Archiving artifacts script returned exit code 1
Build
  • Took 2 min 17 sec . View more details on here
  • Description: .ci/windows/dotnet.bat
Build
  • Took 2 min 49 sec . View more details on here
  • Description: .ci/windows/dotnet.bat
Build
  • Took 2 min 40 sec . View more details on here
  • Description: .ci/windows/dotnet.bat
Archive the artifacts
  • Took 0 min 0 sec . View more details on here
  • Description: [2021-06-15T21:55:39.626Z] Archiving artifacts script returned exit code 1
Error signal
  • Took 0 min 0 sec . View more details on here
  • Description: withAzureCredentials: error hudson.AbortException: script returned exit code 1

Log output

Expand to view the last 100 lines of log output

[2021-06-15T21:55:38.481Z]  34:24>Done building target "AfterBuild" in project "Elastic.Apm.AspNetCore.Static.Tests.csproj".
[2021-06-15T21:55:38.481Z]        Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
[2021-06-15T21:55:38.481Z]        Target "_CheckForInvalidConfigurationAndPlatform" skipped. Previously built successfully.
[2021-06-15T21:55:38.481Z]  34:24>Target "ValidateIdentityUIFrameworkVersion" in file "C:\Users\jenkins\.nuget\packages\microsoft.aspnetcore.identity.ui\3.0.0\build\Microsoft.AspnetCore.Identity.UI.targets" from project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\Elastic.Apm.AspNetCore.Static.Tests.csproj" (target "Build" depends on it):
[2021-06-15T21:55:38.481Z]        Task "Warning" skipped, due to false condition; ('$(IdentityUIFrameworkVersion)' == 'Bootstrap3' and '%(_IdentityUIActiveWarnings.Identity)' == 'IdentityUI001' and '$(WarningsAsErrors)' != 'true') was evaluated as ('Bootstrap4' == 'Bootstrap3' and 'IdentityUI001' == 'IdentityUI001' and ';NU1605' != 'true').
[2021-06-15T21:55:38.481Z]        Task "Warning" skipped, due to false condition; ('$(IdentityUIFrameworkVersion)' == 'Bootstrap3' and '%(_IdentityUIActiveWarnings.Identity)' == 'IdentityUI001' and '$(WarningsAsErrors)' != 'true') was evaluated as ('Bootstrap4' == 'Bootstrap3' and 'IdentityUI002' == 'IdentityUI001' and ';NU1605' != 'true').
[2021-06-15T21:55:38.481Z]        Task "Error" skipped, due to false condition; ('$(IdentityUIFrameworkVersion)' == 'Bootstrap3' and '%(_IdentityUIActiveWarnings.Identity)' == 'IdentityUI001' and '$(WarningsAsErrors)' == 'true') was evaluated as ('Bootstrap4' == 'Bootstrap3' and 'IdentityUI001' == 'IdentityUI001' and ';NU1605' == 'true').
[2021-06-15T21:55:38.481Z]        Task "Error" skipped, due to false condition; ('$(IdentityUIFrameworkVersion)' == 'Bootstrap3' and '%(_IdentityUIActiveWarnings.Identity)' == 'IdentityUI001' and '$(WarningsAsErrors)' == 'true') was evaluated as ('Bootstrap4' == 'Bootstrap3' and 'IdentityUI002' == 'IdentityUI001' and ';NU1605' == 'true').
[2021-06-15T21:55:38.481Z]        Task "Error" skipped, due to false condition; ('$(IdentityUIFrameworkVersion)' != 'Bootstrap3' and $(IdentityUIFrameworkVersion) != 'Bootstrap4' and '%(_IdentityUIActiveWarnings.Identity)' == 'IdentityUI002') was evaluated as ('Bootstrap4' != 'Bootstrap3' and Bootstrap4 != 'Bootstrap4' and 'IdentityUI001' == 'IdentityUI002').
[2021-06-15T21:55:38.481Z]        Task "Error" skipped, due to false condition; ('$(IdentityUIFrameworkVersion)' != 'Bootstrap3' and $(IdentityUIFrameworkVersion) != 'Bootstrap4' and '%(_IdentityUIActiveWarnings.Identity)' == 'IdentityUI002') was evaluated as ('Bootstrap4' != 'Bootstrap3' and Bootstrap4 != 'Bootstrap4' and 'IdentityUI002' == 'IdentityUI002').
[2021-06-15T21:55:38.481Z]  34:24>Done building target "ValidateIdentityUIFrameworkVersion" in project "Elastic.Apm.AspNetCore.Static.Tests.csproj".
[2021-06-15T21:55:38.481Z]  34:24>Target "Build" in file "C:\Program Files\dotnet\sdk\5.0.100\Microsoft.Common.CurrentVersion.targets" from project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\Elastic.Apm.AspNetCore.Static.Tests.csproj" (entry point):
[2021-06-15T21:55:38.481Z]  34:24>Done building target "Build" in project "Elastic.Apm.AspNetCore.Static.Tests.csproj".
[2021-06-15T21:55:38.481Z]  34:24>Target "CopyAditionalFiles" in file "C:\Users\jenkins\.nuget\packages\microsoft.aspnetcore.mvc.testing\3.0.0\build\netcoreapp3.0\Microsoft.AspNetCore.Mvc.Testing.targets" from project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\Elastic.Apm.AspNetCore.Static.Tests.csproj" (entry point):
[2021-06-15T21:55:38.481Z]        Task "Copy"
[2021-06-15T21:55:38.481Z]          Copying file from "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.AspNetCore\bin\Release\netcoreapp3.0\Elastic.Apm.AspNetCore.deps.json" to "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\bin\Release\netcoreapp3.0\Elastic.Apm.AspNetCore.deps.json".
[2021-06-15T21:55:38.481Z]        Done executing task "Copy".
[2021-06-15T21:55:38.481Z]        Task "Copy"
[2021-06-15T21:55:38.481Z]          Copying file from "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Tests\bin\Release\netcoreapp3.0\Elastic.Apm.AspNetCore.Tests.deps.json" to "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\bin\Release\netcoreapp3.0\Elastic.Apm.AspNetCore.Tests.deps.json".
[2021-06-15T21:55:38.481Z]        Done executing task "Copy".
[2021-06-15T21:55:38.481Z]        Task "Copy"
[2021-06-15T21:55:38.481Z]          Copying file from "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.Extensions.Hosting\bin\Release\netcoreapp3.0\Elastic.Apm.Extensions.Hosting.deps.json" to "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\bin\Release\netcoreapp3.0\Elastic.Apm.Extensions.Hosting.deps.json".
[2021-06-15T21:55:38.481Z]        Done executing task "Copy".
[2021-06-15T21:55:38.481Z]        Task "Copy"
[2021-06-15T21:55:38.481Z]          Copying file from "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.Extensions.Logging\bin\Release\netcoreapp3.0\Elastic.Apm.Extensions.Logging.deps.json" to "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\bin\Release\netcoreapp3.0\Elastic.Apm.Extensions.Logging.deps.json".
[2021-06-15T21:55:38.481Z]        Done executing task "Copy".
[2021-06-15T21:55:38.481Z]        Task "Copy"
[2021-06-15T21:55:38.481Z]          Copying file from "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.NetCoreAll\bin\Release\netcoreapp3.0\Elastic.Apm.NetCoreAll.deps.json" to "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\bin\Release\netcoreapp3.0\Elastic.Apm.NetCoreAll.deps.json".
[2021-06-15T21:55:38.482Z]        Done executing task "Copy".
[2021-06-15T21:55:38.482Z]        Task "Copy"
[2021-06-15T21:55:38.482Z]          Copying file from "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\sample\SampleAspNetCoreApp\bin\Release\netcoreapp3.0\SampleAspNetCoreApp.deps.json" to "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\bin\Release\netcoreapp3.0\SampleAspNetCoreApp.deps.json".
[2021-06-15T21:55:38.482Z]        Done executing task "Copy".
[2021-06-15T21:55:38.482Z]        Task "Copy"
[2021-06-15T21:55:38.482Z]          Copying file from "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\sample\WebApiSample\bin\Release\netcoreapp3.0\WebApiSample.deps.json" to "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\bin\Release\netcoreapp3.0\WebApiSample.deps.json".
[2021-06-15T21:55:38.482Z]        Done executing task "Copy".
[2021-06-15T21:55:38.482Z]  34:24>Done building target "CopyAditionalFiles" in project "Elastic.Apm.AspNetCore.Static.Tests.csproj".
[2021-06-15T21:55:38.482Z]        Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND 'true' != 'true').
[2021-06-15T21:55:38.482Z]        Target "DotNetPublish" skipped, due to false condition; ( '$(DeployOnBuild)' == 'true' ) was evaluated as ( '' == 'true' ).
[2021-06-15T21:55:38.482Z]  34:24>Done Building Project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\Elastic.Apm.AspNetCore.Static.Tests.csproj" (Build target(s)).
[2021-06-15T21:55:38.482Z]  34:22>Done executing task "MSBuild".
[2021-06-15T21:55:38.482Z]  34:22>Done building target "DispatchToInnerBuilds" in project "Elastic.Apm.AspNetCore.Static.Tests.csproj".
[2021-06-15T21:55:38.482Z]  34:22>Target "ValidateIdentityUIFrameworkVersion" in file "C:\Users\jenkins\.nuget\packages\microsoft.aspnetcore.identity.ui\5.0.0\build\Microsoft.AspnetCore.Identity.UI.targets" from project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\Elastic.Apm.AspNetCore.Static.Tests.csproj" (target "Build" depends on it):
[2021-06-15T21:55:38.482Z]        Task "Error" skipped, due to false condition; ('$(IdentityUIFrameworkVersion)' != 'Bootstrap4' and '%(_IdentityUIActiveWarnings.Identity)' == 'IdentityUI002') was evaluated as ('Bootstrap4' != 'Bootstrap4' and 'IdentityUI002' == 'IdentityUI002').
[2021-06-15T21:55:38.482Z]  34:22>Done building target "ValidateIdentityUIFrameworkVersion" in project "Elastic.Apm.AspNetCore.Static.Tests.csproj".
[2021-06-15T21:55:38.482Z]  34:22>Target "Build" in file "C:\Program Files\dotnet\sdk\5.0.100\Microsoft.Common.CrossTargeting.targets" from project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\Elastic.Apm.AspNetCore.Static.Tests.csproj" (entry point):
[2021-06-15T21:55:38.482Z]  34:22>Done building target "Build" in project "Elastic.Apm.AspNetCore.Static.Tests.csproj".
[2021-06-15T21:55:38.482Z]        Target "_PackAsBuildAfterTarget" skipped, due to false condition; ('$(GeneratePackageOnBuild)' == 'true' AND '$(IsInnerBuild)' != 'true') was evaluated as ('false' == 'true' AND '' != 'true').
[2021-06-15T21:55:38.482Z]        Target "DotNetPublish" skipped, due to false condition; ( '$(DeployOnBuild)' == 'true' ) was evaluated as ( '' == 'true' ).
[2021-06-15T21:55:38.482Z]  34:22>Done Building Project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.AspNetCore.Static.Tests\Elastic.Apm.AspNetCore.Static.Tests.csproj" (default targets).
[2021-06-15T21:55:38.482Z]    1:2>Done executing task "MSBuild" -- FAILED.
[2021-06-15T21:55:38.482Z]    1:2>Done building target "Build" in project "ElasticApmAgent.sln" -- FAILED.
[2021-06-15T21:55:38.482Z]    1:2>Done Building Project "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\ElasticApmAgent.sln" (default targets) -- FAILED.
[2021-06-15T21:55:38.482Z] 
[2021-06-15T21:55:38.482Z] Build FAILED.
[2021-06-15T21:55:38.482Z] 
[2021-06-15T21:55:38.482Z]        "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\ElasticApmAgent.sln" (default target) (1:2) ->
[2021-06-15T21:55:38.482Z]        "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\sample\SampleAspNetCoreApp\SampleAspNetCoreApp.csproj" (default target) (4:25) ->
[2021-06-15T21:55:38.482Z]        "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\sample\SampleAspNetCoreApp\SampleAspNetCoreApp.csproj" (Build target) (4:26) ->
[2021-06-15T21:55:38.482Z]        "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.NetCoreAll\Elastic.Apm.NetCoreAll.csproj" (default target) (8:37) ->
[2021-06-15T21:55:38.482Z]        "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.MongoDb\Elastic.Apm.MongoDb.csproj" (default target) (41:17) ->
[2021-06-15T21:55:38.482Z]        (CoreCompile target) -> 
[2021-06-15T21:55:38.482Z]          CSC : warning CS8002: Referenced assembly 'MongoDB.Driver.Core, Version=2.4.4.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.MongoDb\Elastic.Apm.MongoDb.csproj]
[2021-06-15T21:55:38.482Z]          CSC : warning CS8002: Referenced assembly 'MongoDB.Bson, Version=2.4.4.0, Culture=neutral, PublicKeyToken=null' does not have a strong name. [C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\src\Elastic.Apm.MongoDb\Elastic.Apm.MongoDb.csproj]
[2021-06-15T21:55:38.482Z] 
[2021-06-15T21:55:38.482Z] 
[2021-06-15T21:55:38.482Z]        "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\ElasticApmAgent.sln" (default target) (1:2) ->
[2021-06-15T21:55:38.482Z]        "C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.Benchmarks\Elastic.Apm.Benchmarks.csproj" (default target) (11:6) ->
[2021-06-15T21:55:38.482Z]        (CoreCompile target) -> 
[2021-06-15T21:55:38.482Z]          C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.Benchmarks\MetricsBenchmarks.cs(59,32): error CS1729: 'FreeAndTotalMemoryProvider' does not contain a constructor that takes 2 arguments [C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.Benchmarks\Elastic.Apm.Benchmarks.csproj]
[2021-06-15T21:55:38.482Z]          C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.Benchmarks\MetricsBenchmarks.cs(68,32): error CS1729: 'ProcessWorkingSetAndVirtualMemoryProvider' does not contain a constructor that takes 2 arguments [C:\Users\jenkins\workspace\net_apm-agent-dotnet-mbp_PR-1341\apm-agent-dotnet\test\Elastic.Apm.Benchmarks\Elastic.Apm.Benchmarks.csproj]
[2021-06-15T21:55:38.482Z] 
[2021-06-15T21:55:38.482Z]     2 Warning(s)
[2021-06-15T21:55:38.482Z]     2 Error(s)
[2021-06-15T21:55:38.482Z] 
[2021-06-15T21:55:38.482Z] Time Elapsed 00:01:37.11
[2021-06-15T21:55:39.591Z] Post stage
[2021-06-15T21:55:39.626Z] Archiving artifacts
[2021-06-15T21:55:39.950Z] Stage "Test" skipped due to earlier failure(s)
[2021-06-15T21:55:40.054Z] Stage "Startup Hook Tests" skipped due to earlier failure(s)
[2021-06-15T21:55:40.118Z] Post stage
[2021-06-15T21:55:40.148Z] [WS-CLEANUP] Deleting project workspace...
[2021-06-15T21:55:40.148Z] [WS-CLEANUP] Deferred wipeout is disabled by the job configuration...
[2021-06-15T21:55:44.989Z] [WS-CLEANUP] done
[2021-06-15T21:55:45.245Z] Failed in branch Windows .NET Core
[2021-06-15T21:55:45.652Z] Stage "Release to feedz.io" skipped due to earlier failure(s)
[2021-06-15T21:55:45.768Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-15T21:55:45.813Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-15T21:55:45.917Z] Stage "Release" skipped due to earlier failure(s)
[2021-06-15T21:55:46.080Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-06-15T21:55:46.132Z] Stage "AfterRelease" skipped due to earlier failure(s)
[2021-06-15T21:55:46.653Z] Running on Jenkins in /var/lib/jenkins/workspace/net_apm-agent-dotnet-mbp_PR-1341
[2021-06-15T21:55:46.775Z] [INFO] getVaultSecret: Getting secrets
[2021-06-15T21:55:46.842Z] Masking supported pattern matches of $VAULT_ADDR or $VAULT_ROLE_ID or $VAULT_SECRET_ID
[2021-06-15T21:55:47.805Z] + chmod 755 generate-build-data.sh
[2021-06-15T21:55:47.805Z] + ./generate-build-data.sh https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1341/ https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1341/runs/1 FAILURE 1404545
[2021-06-15T21:55:47.805Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1341/runs/1/steps/?limit=10000 -o steps-info.json
[2021-06-15T21:55:49.149Z] INFO: curl https://apm-ci.elastic.co/blue/rest/organizations/jenkins/pipelines/apm-agent-dotnet/apm-agent-dotnet-mbp/PR-1341/runs/1/tests/?status=FAILED -o tests-errors.json
[2021-06-15T21:55:49.149Z] Retry 1/3 exited 22, retrying in 1 seconds...
[2021-06-15T21:55:50.060Z] Retry 2/3 exited 22, retrying in 2 seconds...
[2021-06-15T21:55:51.921Z] Retry 3/3 exited 22, no more retries left.

@gregkalapos
Copy link
Contributor Author

Closing, we won't need this.

@gregkalapos gregkalapos deleted the BreakdownMetrics_CollectInPayloadSender branch June 16, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants