Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Newdigate <andrew@gitlab.com>2019-01-28 16:47:48 +0300
committerAndrew Newdigate <andrew@gitlab.com>2019-01-30 14:38:19 +0300
commitd022ce865502c051c9177fc0f5b2453eae7e7cc2 (patch)
treea2cb931fc9b75dfe538979b1e478048b2a0591de /changelogs
parentc2b3f64cb44114e69ddeeb453412ad4dd762baf9 (diff)
Add OpenTracing instrumentation for Action View Render events
This change adds three new instrumentations, driven through rails notifications: render_template.action_view, render_collection.action_view and render_partial.action_view. These can help developers understand why renders are taking a long time which may in turn help them to improve their performance.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/an-opentracing-render-tracing.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/an-opentracing-render-tracing.yml b/changelogs/unreleased/an-opentracing-render-tracing.yml
new file mode 100644
index 00000000000..6ff7f1f3cf2
--- /dev/null
+++ b/changelogs/unreleased/an-opentracing-render-tracing.yml
@@ -0,0 +1,5 @@
+---
+title: Add OpenTracing instrumentation for Action View Render events
+merge_request: 24728
+author:
+type: other