-
Notifications
You must be signed in to change notification settings - Fork 7
Logging feature #67
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
Logging feature #67
Conversation
| /* | ||
| * Copyright The OpenTelemetry Authors | ||
| * SPDX-License-Identifier: Apache-2.0 | ||
| */ |
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.
Most of this class is just a copy of the io.opentelemetry.sdk.logging.export.BatchLogProcessor
| @@ -0,0 +1,114 @@ | |||
| package io.opentelemetry.exporter.otlp.internal; | |||
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.
I understand it's bad manners. I'm sure I'll remove this class when this PR is merged.
oleg-nenashev
left a comment
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.
IMHO it includes many changes that should have been ideally separate PRs. The demo on Tuesday looked really good, so I would definitely recommend merging it if it is ready for alpha and evaluation by users
| == Introduction | ||
|
|
||
| Collect the monitoring data of Jenkins Remoting through OpenTelemetry. | ||
| === Goal |
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.
Could it be a separate PR?
What I did are
java.util.logging.See Logging SDK open-telemetry/opentelemetry-java#3415.
So I implement some functions needed on my own.
I'll replace the code below when OpenTelemetry Java SDK fully implements these functions.
Checklist
close #61
close #2