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
I want to log all HTTP requests my client makes for debug purposes. But the requests contain sensitive information that I do not want to appear inside the log. This are, non-exhaustive: API key headers, unique IDs and usernames within the URL itself.
I am not sure if this is the crate that I can use for this, since the documentation mentions opentelemetry, which I do not use. I simply use tracing in my code base. And I want the logged HTTP calls to appear in these tracing logs, too. n my case, it's a desktop application. So the values would be randomized every time the user starts the application.
On a side note, could you explain to me what the openelemetry integration does in this crate? Does OT support HTTP tracing natively? For example RTT measurements?
The text was updated successfully, but these errors were encountered:
I want to log all HTTP requests my client makes for debug purposes. But the requests contain sensitive information that I do not want to appear inside the log. This are, non-exhaustive: API key headers, unique IDs and usernames within the URL itself.
I am not sure if this is the crate that I can use for this, since the documentation mentions
opentelemetry
, which I do not use. I simply usetracing
in my code base. And I want the logged HTTP calls to appear in thesetracing
logs, too. n my case, it's a desktop application. So the values would be randomized every time the user starts the application.On a side note, could you explain to me what the
openelemetry
integration does in this crate? Does OT support HTTP tracing natively? For example RTT measurements?The text was updated successfully, but these errors were encountered: