clang-tidy fixes

Signed-off-by: Pratik Mankawde <3397372+pratikmankawde@users.noreply.github.com>
This commit is contained in:
Pratik Mankawde
2026-06-01 16:58:05 +01:00
parent 2ac93c504e
commit dfdda305ee
2 changed files with 114 additions and 99 deletions

View File

@@ -81,6 +81,7 @@ public:
* @return Shared pointer to the created Collector.
*/
static std::shared_ptr<Collector>
// NOLINTNEXTLINE(readability-identifier-naming)
New(std::string const& endpoint,
std::string const& prefix,
std::string const& instanceId,