For the complete documentation index, see llms.txt. This page is also available as Markdown.

Custom Traces

API reference for custom APM traces in Luciq. Use the start and end APIs to measure how long specific sections of your code take to run.

Using Luciq's SDK, you can create custom traces that allow you to track custom sections of your code. This section covers how to use the Start and End APIs for it.

Last updated