<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
Hi Maksim,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
It's hard to give general advice without knowing more about your constraints.</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
I can see three main approaches that are easy to reach:</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);" class="elementToProof">
<ol>
<li>Store the traces in each container and fetch them,</li><li>Trace to a shared volume (make sure sessions are stopped or rotated before you read them),</li><li>Or stream traces to a "collector" container (perhaps the one doing the analyses) using network streaming</li></ol>
<div><br>
</div>
<div>If you want to continuously consume traces, I would suggest you look into "trace rotations". You could setup periodic trace rotations (based on size or time) and ship traces to your processor node as they become available.</div>
<div><br>
</div>
<div>Although my demo wasn't running in a container, the basic idea is what I presented at FOSDEM in 2019:</div>
<div><br>
</div>
<div class="ContentPasted0"><a href="https://archive.fosdem.org/2019/schedule/event/lttng/" id="LPlnkOWALinkPreview">https://archive.fosdem.org/2019/schedule/event/lttng/</a><br>
</div>
<div class="_Entity _EType_OWALinkPreview _EId_OWALinkPreview _EReadonly_1">
<div id="LPBorder_GTaHR0cHM6Ly9hcmNoaXZlLmZvc2RlbS5vcmcvMjAxOS9zY2hlZHVsZS9ldmVudC9sdHRuZy8." class="LPBorder819483" style="width: 100%; margin-top: 16px; margin-bottom: 16px; position: relative; max-width: 800px; min-width: 424px;">
<table id="LPContainer819483" role="presentation" style="padding: 12px 36px 12px 12px; width: 100%; border-width: 1px; border-style: solid; border-color: rgb(200, 200, 200); border-radius: 2px;">
<tbody>
<tr valign="top" style="border-spacing: 0px;">
<td>
<div id="LPImageContainer819483" style="position: relative; margin-right: 12px; height: 160px; overflow: hidden;">
<a target="_blank" id="LPImageAnchor819483" href="https://archive.fosdem.org/2019/schedule/event/lttng/"><img id="LPThumbnailImageId819483" alt="" height="160" style="display: block;" width="160" src="https://fosdem.org/2019/assets/style/logo-gear-7204a6874eb0128932db10ff4030910401ac06f4e907f8b4a40da24ba592b252.png"></a></div>
</td>
<td style="width: 100%;">
<div id="LPTitle819483" style="font-size: 21px; font-weight: 300; margin-right: 8px; font-family: wf_segoe-ui_light, "Segoe UI Light", "Segoe WP Light", "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif; margin-bottom: 12px;">
<a target="_blank" id="LPUrlAnchor819483" href="https://archive.fosdem.org/2019/schedule/event/lttng/" style="text-decoration: none; color: var(--themePrimary);">FOSDEM 2019 - Fine-grained Distributed Application Monitoring Using LTTng</a></div>
<div id="LPMetadata819483" style="font-size: 14px; font-weight: 400; color: rgb(166, 166, 166); font-family: wf_segoe-ui_normal, "Segoe UI", "Segoe WP", Tahoma, Arial, sans-serif;">
archive.fosdem.org</div>
</td>
</tr>
</tbody>
</table>
</div>
</div>
<br>
<div>I hope that helps a bit,</div>
<div>Jérémie</div>
</div>
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
--</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Jérémie Galarneau</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<div>EfficiOS Inc.</div>
<a href="https://www.efficios.com">https://www.efficios.com</a><br>
</div>
</div>
</div>
</div>
<div id="appendonsend"></div>
<hr style="display:inline-block;width:98%" tabindex="-1">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" style="font-size:11pt" color="#000000"><b>From:</b> lttng-dev <lttng-dev-bounces@lists.lttng.org> on behalf of Maksim Khmelevskiy via lttng-dev <lttng-dev@lists.lttng.org><br>
<b>Sent:</b> October 10, 2022 12:12<br>
<b>To:</b> lttng-dev@lists.lttng.org <lttng-dev@lists.lttng.org><br>
<b>Subject:</b> [lttng-dev] LTTng and containers.</font>
<div> </div>
</div>
<div>
<div dir="ltr">Hi,
<div><br>
</div>
<div>I would like to ask regarding the hot topic - container tracing. I've seen a
<a href="https://www.youtube.com/watch?v=hra-eu6EOpY">youtube video</a>, have read a
<a href="https://lists.lttng.org/pipermail/lttng-dev/2021-May/029952.html">message</a> from LTTng mailing list and tried to google more about this topic but didn't find much of info. Could you please direct me where should I continue digging?</div>
<div>My problem: </div>
<div>I would like to have multiple containers where traces are generated by apps with compiled-in tracepoints. Traces could be stored in these containers as well.</div>
<div>Besides these containers I would have a trace processor container, a master container which could address a container(or a trace session) and fetch traces from it and read with babeltrace or similar tool.</div>
<div>So far, intuitively, remote tracing comes to my mind but before continuing with the task I would be happy to hear an advice from LTTng devs.</div>
<div><br>
</div>
<div>Thank you!</div>
</div>
</div>
</body>
</html>