MCPcopy Create free account
hub / github.com/AgentOps-AI/agentops / clickhouse_create_span

Function clickhouse_create_span

app/api/agentops/exporter/processor.py:431–434  ·  view source on GitHub ↗

Create a single span in ClickHouse

(span: Span)

Source from the content-addressed store, hash-verified

429
430
431async def clickhouse_create_span(span: Span) -> None:
432 """Create a single span in ClickHouse"""
433 data = [span.to_clickhouse_dict()]
434 await clickhouse_create(data)
435
436
437async def clickhouse_delete_span(span_id: Any) -> None:

Callers 5

create_agentFunction · 0.85
create_llm_eventFunction · 0.85
create_action_eventFunction · 0.85
create_tool_eventFunction · 0.85
create_error_eventFunction · 0.85

Calls 2

clickhouse_createFunction · 0.85
to_clickhouse_dictMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…