Skip to content

Commit

Permalink
Drop process name from global tags (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
awegrzyn authored May 15, 2020
1 parent 008f13a commit 032beeb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Monitoring.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ void Monitoring::addBackend(std::unique_ptr<Backend> backend)
{
ProcessDetails processDetails{};
backend->addGlobalTag("hostname", processDetails.getHostname());
backend->addGlobalTag("name", processDetails.getProcessName());
mBackends.push_back(std::move(backend));
}

Expand Down

0 comments on commit 032beeb

Please sign in to comment.