diff --git a/_observability-plugin/app-analytics.md b/_observability-plugin/app-analytics.md index f4611afb..e58f7ba4 100644 --- a/_observability-plugin/app-analytics.md +++ b/_observability-plugin/app-analytics.md @@ -50,5 +50,4 @@ To create an availability level you must configure the following ![Configuring availability]({{site.url}}{{site.baseurl}}/images/app_availability_level.gif) - By default, Application analytics shows results from the last 24 hours of your data. To see data from a different timeframe, use the date and time selector. \ No newline at end of file diff --git a/_observability-plugin/event-analytics.md b/_observability-plugin/event-analytics.md index 46a50d3e..0db088ab 100644 --- a/_observability-plugin/event-analytics.md +++ b/_observability-plugin/event-analytics.md @@ -34,8 +34,20 @@ To save a visualization, expand the save dropdown menu next to **Run**, enter a ## View logs -### Trace ID correlation +### Trace log correlation + +Users who regularly track events across applications have the capability to correlate Logs and Traces. To view the correlation, users have to index the traces as per the Open Telemetry standards (similar to trace analytics). Once users add a TraceId field to their logs, they can view the correlated trace information in the event explorer log details. This will allow users to correlate logs and traces that correspond to the same execution context. + +![Trace Log Correlation]({{site.url}}{{site.baseurl}}/images/trace_log_correlation.gif) ### Surrounding events -### Live Tail \ No newline at end of file +When users want to know more about a log event that they are looking at, they can select **View surrounding events** to get a bigger picture of what was happening around the time of interest. + +![Surrounding Events]({{site.url}}{{site.baseurl}}/images/surrounding_events.gif) + +### Live Tail + +When users are watching a live event take place, they no longer have to manually refresh their view. Users can now configure the interval in which content is refreshed saving the hassle of manually refreshing. + +![Live Tail]({{site.url}}{{site.baseurl}}/images/live_tail.gif) \ No newline at end of file diff --git a/images/app_availability_level.gif b/images/app_availability_level.gif new file mode 100644 index 00000000..c8b363d5 Binary files /dev/null and b/images/app_availability_level.gif differ diff --git a/images/live_tail.gif b/images/live_tail.gif new file mode 100644 index 00000000..69471583 Binary files /dev/null and b/images/live_tail.gif differ diff --git a/images/surrounding_events.gif b/images/surrounding_events.gif new file mode 100644 index 00000000..3fb2e7ad Binary files /dev/null and b/images/surrounding_events.gif differ diff --git a/images/trace_log_correlation.gif b/images/trace_log_correlation.gif new file mode 100644 index 00000000..463a4a39 Binary files /dev/null and b/images/trace_log_correlation.gif differ