<div dir="ltr">Have a look at varnishncsa and varnishlog, and more specifically to the function they set VUT.dispatch_f to, that should put you on the right tracks. If not, ping me on IRC, or here.</div><div class="gmail_extra"><br clear="all"><div><div class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>-- <br></div>Guillaume Quintard<br></div></div></div>
<br><div class="gmail_quote">On Tue, May 9, 2017 at 1:08 AM, Ryan Burn <span dir="ltr"><<a href="mailto:rnickb731@gmail.com" target="_blank">rnickb731@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thanks Reza and Guillaume. I didn't realize there was a way to set up<br>
callbacks on the VSM. I think either of the approaches will work for<br>
me.<br>
<div class="HOEnZb"><div class="h5"><br>
On Mon, May 8, 2017 at 12:13 PM, Guillaume Quintard<br>
<<a href="mailto:guillaume@varnish-software.com">guillaume@varnish-software.<wbr>com</a>> wrote:<br>
><br>
> That's the way to do it in a vmod, indeed.<br>
><br>
> However Ryan, I don't get why you are reluctant to use the logs. By using<br>
> the c api, you can just define callbacks and get called everything a<br>
> request/transaction ends, so you don't need to read regularly.<br>
> --<br>
> Guillaume Quintard<br>
><br>
><br>
> On May 8, 2017 17:45, "Reza Naghibi" <<a href="mailto:reza@varnish-software.com">reza@varnish-software.com</a>> wrote:<br>
><br>
> You can do this in a VMOD via PRIV_TASK:<br>
><br>
><br>
> --<br>
> Reza Naghibi<br>
> Varnish Software<br>
><br>
> On Fri, May 5, 2017 at 10:15 PM, Ryan Burn <<a href="mailto:rnickb731@gmail.com">rnickb731@gmail.com</a>> wrote:<br>
>><br>
>> Hello,<br>
>> From VCL, is it possible to execute code that runs after a request has<br>
>> been processed?<br>
>><br>
>> I'm looking into writing a module that enables Varnish for distributed<br>
>> tracing using the OpenTracing project [<a href="http://opentracing.io" rel="noreferrer" target="_blank">opentracing.io</a>]. This requires<br>
>> invoking code at the beginning of a request to start a span and insert<br>
>> tracing context into the request's headers and invoking code after a<br>
>> request's been processed to finish the span and measure how long it<br>
>> took to process.<br>
>><br>
>> I recently did a similar project for nginx<br>
>> [<a href="http://github.com/rnburn/nginx-opentracing" rel="noreferrer" target="_blank">github.com/rnburn/nginx-<wbr>opentracing</a>]. Nginx provides an<br>
>> NGX_HTTP_LOG_PHASE [<a href="http://www.nginxguts.com/2011/01/phases/" rel="noreferrer" target="_blank">www.nginxguts.com/2011/01/<wbr>phases/</a>] that allows you<br>
>> to set up handlers run after requests are serviced. Can anything<br>
>> equivalent be done using VCL?<br>
>><br>
>> I image you could accomplish this by subscribing and regularly reading<br>
>> from Varnish's shared memory log, but I'd much rather do it directly<br>
>> if possible.<br>
>><br>
>> Thanks, Ryan<br>
>><br>
>> ______________________________<wbr>_________________<br>
>> varnish-misc mailing list<br>
>> <a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
>> <a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" rel="noreferrer" target="_blank">https://www.varnish-cache.org/<wbr>lists/mailman/listinfo/<wbr>varnish-misc</a><br>
><br>
><br>
><br>
> ______________________________<wbr>_________________<br>
> varnish-misc mailing list<br>
> <a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
> <a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" rel="noreferrer" target="_blank">https://www.varnish-cache.org/<wbr>lists/mailman/listinfo/<wbr>varnish-misc</a><br>
><br>
><br>
</div></div></blockquote></div><br></div>