Skip to content

Commit

Permalink
squash! fix metrics receiver listener in registry
Browse files Browse the repository at this point in the history
  • Loading branch information
VDanielEdwards committed Nov 27, 2024
1 parent 05d4bf6 commit 5bbc1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SilKit/source/core/vasio/VAsioRegistry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ void VAsioRegistry::SetupMetrics()

if (_vasioConfig->experimental.metrics.collectFromRemote)
{
auto metricsReceiver = std::make_unique<VSilKit::MetricsReceiver>(nullptr, processor);
auto metricsReceiver = std::make_unique<VSilKit::MetricsReceiver>(nullptr, *this);

SilKit::Core::SupplementalData supplementalData;
supplementalData[SilKit::Core::Discovery::controllerType] =
Expand Down

0 comments on commit 5bbc1af

Please sign in to comment.