You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This patch adds reading envvar SAMPLY_SERVER_URL to embed it into the served
HTML & used URLs for samply output. It is possible that we would like to
launch this samply result in the testbed server and we would like to
offer profiler result remotely. So we can launch samply with
--address 0.0.0.0 and by using this SAMPLY_SERVER_URL, we can expose samply as
a remote symbol / profile server.
<p>This is the profiler symbol server, running at <code>SERVER_URL</code>. You can:</p>
189
+
<p>This is the profiler symbol server, running at <code>SAMPLY_SERVER_URL</code>. You can:</p>
186
190
<ul>
187
191
<li>Obtain symbols by POSTing to <code>PATH_PREFIX/symbolicate/v5</code>, with the format specified by the <a href="https://tecken.readthedocs.io/en/latest/symbolication.html">Mozilla symbolication API documentation</a>.</li>
188
192
<li>Obtain source code by POSTing to <code>PATH_PREFIX/source/v1</code>, with the format specified in this <a href="https://github.com/mstange/profiler-get-symbols/issues/24#issuecomment-989985588">github comment</a>.</li>
0 commit comments