OK
List of Fluent-bit plugin IDs ar aliases to trace.
For how long will this session be active and process records.
"10m"
const response = await fetch('https://cloud-api.calyptia.com/v1/trace_sessions/{sessionID}', { method: 'GET', headers: { "Authorization": "Bearer <token>" }, }); const data = await response.json();
{ "id": "123e4567-e89b-12d3-a456-426614174000", "pipelineID": "123e4567-e89b-12d3-a456-426614174000", "plugins": [ "dummy.0" ], "lifespan": "10m", "createdAt": "2024-11-21T13:08:28.420Z", "updatedAt": "2024-11-21T13:08:28.420Z" }
const response = await fetch('https://cloud-api.calyptia.com/v1/trace_sessions/{sessionID}', { method: 'PATCH', headers: { "Authorization": "Bearer <token>", "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "updatedAt": "2024-11-21T13:08:28.420Z" }