-
Notifications
You must be signed in to change notification settings - Fork 38
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
sdk-exporter-trace: add OtlpHttpSpanExporter
#421
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
iRevive
changed the title
sdk-exporter: add
sdk-exporter-trace: add Jan 4, 2024
OtlpHttpSpanExporter
OtlpHttpSpanExporter
iRevive
commented
Jan 4, 2024
iRevive
force-pushed
the
sdk-exporter/otlp-http
branch
from
January 4, 2024 11:19
9d5c8ae
to
e5c2ccb
Compare
iRevive
commented
Jan 4, 2024
...race/shared/src/main/scala/org/typelevel/otel4s/sdk/exporter/otlp/OtlpHttpSpanExporter.scala
Outdated
Show resolved
Hide resolved
iRevive
commented
Jan 4, 2024
...race/shared/src/main/scala/org/typelevel/otel4s/sdk/exporter/otlp/OtlpHttpSpanExporter.scala
Outdated
Show resolved
Hide resolved
iRevive
commented
Jan 4, 2024
...race/shared/src/main/scala/org/typelevel/otel4s/sdk/exporter/otlp/OtlpHttpSpanExporter.scala
Outdated
Show resolved
Hide resolved
iRevive
force-pushed
the
sdk-exporter/otlp-http
branch
2 times, most recently
from
January 5, 2024 13:59
23449e4
to
835d6d2
Compare
iRevive
force-pushed
the
sdk-exporter/otlp-http
branch
from
January 5, 2024 14:01
835d6d2
to
0a29568
Compare
iRevive
commented
Jan 5, 2024
), | ||
scalacOptions := { | ||
val opts = scalacOptions.value | ||
if (tlIsScala3.value) opts.filterNot(_ == "-Wvalue-discard") else opts |
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.
For some reason -Wconf:src=src_managed/.*:s
does not work in Scala 3.
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.
iRevive
added
module:sdk:exporter
Features and improvements to the sdk exporter module
tracing
Improvements to tracing module
module:sdk
Features and improvements to the sdk module
labels
Jan 5, 2024
iRevive
force-pushed
the
sdk-exporter/otlp-http
branch
4 times, most recently
from
January 8, 2024 08:54
68a95b2
to
79bf5b9
Compare
armanbilge
reviewed
Jan 8, 2024
...race/shared/src/main/scala/org/typelevel/otel4s/sdk/exporter/otlp/OtlpHttpSpanExporter.scala
Outdated
Show resolved
Hide resolved
iRevive
force-pushed
the
sdk-exporter/otlp-http
branch
3 times, most recently
from
January 19, 2024 08:59
400c93d
to
427a968
Compare
iRevive
force-pushed
the
sdk-exporter/otlp-http
branch
from
January 30, 2024 12:17
427a968
to
50575f9
Compare
iRevive
force-pushed
the
sdk-exporter/otlp-http
branch
from
January 30, 2024 12:25
50575f9
to
f92bbe0
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
module:sdk:exporter
Features and improvements to the sdk exporter module
module:sdk
Features and improvements to the sdk module
tracing
Improvements to tracing module
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
OtlpHttpSpanExporterBuilder.java