본문으로 건너뛰기

Storage Backends

Configure storage for traces and observations.

File Storage

client = FluxLoopClient(storage="file")

HTTP Storage

client = FluxLoopClient(
storage="http",
collector_url="http://localhost:8000"
)

Coming Soon

Detailed documentation coming soon.