-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Macpie/custom tracing #791
Conversation
459cafd
to
6870ac4
Compare
1bc1a07
to
09fec1f
Compare
Since this custom tracing is spawning a process off is tokio respecting the shutdown signals from the thing that instantiates these being shutdown or do these need to be run underneath the task manager in order to shut down as expected with a ctrl-c? |
Yes I made sure it does |
f8293b7
to
edfbf2a
Compare
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
edfbf2a
to
e79a165
Compare
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
Co-authored-by: Jeff Grunewald <[email protected]>
tracing_subscriber
that is re-loadable via a file (takes the content of the file and turn it into an EnvFilter)EnvFilter
ingest/server_mobile
custom_tracing=info,mapper_ingestor[tracing{uri=/session_init}]