Data Sending Overview
Overview
There's three main ways of sending data to Lumigo:
- By Solution: Sending data by solution means you instrument an entire environment or project with Lumigo’s auto-instrumentation tools or SDKs. Automatic, environment-wide instrumentation.
- By Signal: Signals are discrete events or data points you send directly to Lumigo. They’re like custom traces, logs, or metrics you send manually. Custom, user-defined data sent manually.
- By Runtime: By Runtime means you integrate Lumigo directly at the application runtime level, typically by adding Lumigo’s Tracer SDK to your codebase. Direct code-level integration for manual or advanced tracing.
Updated 3 days ago