We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 008f13a commit 032beebCopy full SHA for 032beeb
src/Monitoring.cxx
@@ -113,7 +113,6 @@ void Monitoring::addBackend(std::unique_ptr<Backend> backend)
113
{
114
ProcessDetails processDetails{};
115
backend->addGlobalTag("hostname", processDetails.getHostname());
116
- backend->addGlobalTag("name", processDetails.getProcessName());
117
mBackends.push_back(std::move(backend));
118
}
119
0 commit comments