Skip to content

Commit

Permalink
tweak(polaris): Track fivetran request (#4)
Browse files Browse the repository at this point in the history
* tweak(polaris): changes to track fivetran request

* remove header prefix
  • Loading branch information
fivetran-rahulprakash authored Nov 27, 2024
1 parent 7f62e02 commit 803d5aa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ public void doFilter(ServletRequest request, ServletResponse response, FilterCha
span.setAttribute(ServerAttributes.SERVER_ADDRESS, httpRequest.getServerName());
span.setAttribute(UrlAttributes.URL_SCHEME, httpRequest.getScheme());
span.setAttribute(UrlAttributes.URL_PATH, httpRequest.getPathInfo());
span.setAttribute("polaris.client.id", httpRequest.getHeader("Polaris-Client-ID"));

chain.doFilter(request, response);
} finally {
Expand Down

0 comments on commit 803d5aa

Please sign in to comment.