-
Notifications
You must be signed in to change notification settings - Fork 0
feat: otlp #54
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
feat: otlp #54
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved 🍶
bin/builder.rs
Outdated
@@ -50,19 +66,19 @@ async fn main() -> eyre::Result<()> { | |||
|
|||
select! { | |||
_ = submit_jh => { | |||
tracing::info!("submit finished"); | |||
tracing::info!("submit is cooked"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👩🍳
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
dank.
closing as #55 is better |
cc @rswanson adds the following:
env configuration
endpoint
: a URL. if configured, starts the exporter. omit for off.protocol
: legal values are grpc, json, binary. defaults to jsonlevel
: legal values are off, error, warn, info, debug, trace. defaults to tracetimeout
: milliseconds as u64. defaults to 1000environment
: a string. optional. any value. name like "prod" or "dev" recommended. defaults to "unknown"appears from groundcover docs that the following should be used
endpoint
={inCloud_Site}
protocol
=grpc