All tags

A thumbnail image

Adding Application Insight Based Monitoring to Fast API

Learn how to add application insights-based monitoring to your FastAPI project using opencensus. All you need is custom middleware and a tracer.

A thumbnail image

TIL: How to Find the Last Record in a Group Using KQL

Today I learned how to use KQL's arg_max function to find the last record in a log time interval group in Azure's Application Insight.