cosmetic fix for root span name
This commit is contained in:
parent
cf18bc576e
commit
2b61052e87
|
@ -51,7 +51,7 @@ class Tracer {
|
||||||
|
|
||||||
$context = TraceContextPropagator::getInstance()->extract(getallheaders());
|
$context = TraceContextPropagator::getInstance()->extract(getallheaders());
|
||||||
|
|
||||||
$span = $this->tracer->spanBuilder($_SESSION['name'] ?? 'not-logged-in')
|
$span = $this->tracer->spanBuilder($_SESSION['name'] ?? 'not logged in')
|
||||||
->setParent($context)
|
->setParent($context)
|
||||||
->setSpanKind(SpanKind::KIND_SERVER)
|
->setSpanKind(SpanKind::KIND_SERVER)
|
||||||
->setAttribute('php.request', json_encode($_REQUEST))
|
->setAttribute('php.request', json_encode($_REQUEST))
|
||||||
|
|
Loading…
Reference in New Issue