Skip to main content

on_span_start

Method
This is a method of the ObservabilityAdapter class in the obs module.
Called when a span starts.

Signature

Parameters

span_id
str
required
No description available.
trace_id
str
required
No description available.
name
str
required
No description available.
parent_span_id
Optional
No description available.
attributes
Optional
No description available.

Source

View on GitHub

praisonaiagents/obs/__init__.py at line 80