Skip to content

Commit 93e9956

Browse files
committed
Remove PID from global tags
1 parent 5cb8b21 commit 93e9956

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Collector.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ void Collector::setDefaultTags()
115115
{
116116
ProcessDetails details{};
117117
for (auto& b: mBackends) {
118-
b->addGlobalTag("pid", std::to_string(details.getPid()));
119118
b->addGlobalTag("hostname", details.getHostname());
120119
b->addGlobalTag("name", details.getProcessName());
121120
}

0 commit comments

Comments
 (0)