Skip to content

Commit 032beeb

Browse files
authored
Drop process name from global tags (#200)
1 parent 008f13a commit 032beeb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Monitoring.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ void Monitoring::addBackend(std::unique_ptr<Backend> backend)
113113
{
114114
ProcessDetails processDetails{};
115115
backend->addGlobalTag("hostname", processDetails.getHostname());
116-
backend->addGlobalTag("name", processDetails.getProcessName());
117116
mBackends.push_back(std::move(backend));
118117
}
119118

0 commit comments

Comments
 (0)