diff options
author | Andrew Newdigate <andrew@gitlab.com> | 2019-01-28 15:47:48 +0200 |
---|---|---|
committer | Andrew Newdigate <andrew@gitlab.com> | 2019-01-30 13:38:19 +0200 |
commit | d022ce865502c051c9177fc0f5b2453eae7e7cc2 (patch) | |
tree | a2cb931fc9b75dfe538979b1e478048b2a0591de /changelogs | |
parent | c2b3f64cb44114e69ddeeb453412ad4dd762baf9 (diff) | |
download | gitlab-ce-d022ce865502c051c9177fc0f5b2453eae7e7cc2.tar.gz |
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.yml | 5 |
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 |