Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 16c36a2

Browse files
draffenspergerchingor13
authored andcommitted
Change agent to opencensus-php (#40)
1 parent f4bed32 commit 16c36a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Trace/Reporter/GoogleCloudReporter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,7 @@ private function addCommonLabels(&$tracer, $headers = null)
302302
}
303303
}
304304
$tracer->addRootLabel(self::PID, '' . getmypid());
305-
$tracer->addRootLabel(self::AGENT, 'opencensus ' . self::VERSION);
305+
$tracer->addRootLabel(self::AGENT, 'opencensus-php ' . self::VERSION);
306306
}
307307

308308
private function detectKey(array $keys, array $array)

0 commit comments

Comments
 (0)