-
Notifications
You must be signed in to change notification settings - Fork 6
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
Adding OpenTelemetry tracing #41
base: main
Are you sure you want to change the base?
Conversation
main.go
Outdated
@@ -219,6 +231,41 @@ func DoStashCPSingle(sourceFile string, destination string, methods []string, re | |||
} | |||
}() | |||
|
|||
exporter, err := otlptrace.New( | |||
context.Background(), | |||
otlptracehttp.NewClient(otlptracehttp.WithEndpoint("osdf-oltp.nrp-nautilus.io:443")), |
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.
Can we register a osg-htc.org
hostname for this? I'm wary of leaking implementation hostnames into source code.
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.
Yup, this is very much a proof-of-concept pull request. The plan is to move it over to tiger, but yes, we will have an osg-htc hostname.
…es not affect download operation
No description provided.