Skip to content
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 1 commit into from
Feb 1, 2024

Conversation

iRevive
Copy link
Contributor

@iRevive iRevive commented Jan 4, 2024

Reference Link
Java implementation OtlpHttpSpanExporter.java
OtlpHttpSpanExporterBuilder.java

@iRevive iRevive changed the title sdk-exporter: add OtlpHttpSpanExporter sdk-exporter-trace: add OtlpHttpSpanExporter Jan 4, 2024
flake.nix Outdated Show resolved Hide resolved
@iRevive iRevive force-pushed the sdk-exporter/otlp-http branch from 9d5c8ae to e5c2ccb Compare January 4, 2024 11:19
@iRevive iRevive force-pushed the sdk-exporter/otlp-http branch 2 times, most recently from 23449e4 to 835d6d2 Compare January 5, 2024 13:59
@iRevive iRevive force-pushed the sdk-exporter/otlp-http branch from 835d6d2 to 0a29568 Compare January 5, 2024 14:01
),
scalacOptions := {
val opts = scalacOptions.value
if (tlIsScala3.value) opts.filterNot(_ == "-Wvalue-discard") else opts
Copy link
Contributor Author

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.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@iRevive 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 iRevive force-pushed the sdk-exporter/otlp-http branch 4 times, most recently from 68a95b2 to 79bf5b9 Compare January 8, 2024 08:54
@iRevive iRevive force-pushed the sdk-exporter/otlp-http branch 3 times, most recently from 400c93d to 427a968 Compare January 19, 2024 08:59
@iRevive iRevive force-pushed the sdk-exporter/otlp-http branch from 427a968 to 50575f9 Compare January 30, 2024 12:17
@iRevive iRevive force-pushed the sdk-exporter/otlp-http branch from 50575f9 to f92bbe0 Compare January 30, 2024 12:25
@iRevive iRevive merged commit 954f9d0 into typelevel:main Feb 1, 2024
10 checks passed
@iRevive iRevive deleted the sdk-exporter/otlp-http branch February 1, 2024 13:43
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants