Skip to content

feat: Add OpenTelemetry Support

Codecov / codecov/patch failed Oct 3, 2024 in 1s

75.07% of diff hit (target 76.67%)

View this Pull Request on Codecov

75.07% of diff hit (target 76.67%)

Annotations

Check warning on line 35 in src/main/java/com/spotify/github/tracing/BaseTracer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/tracing/BaseTracer.java#L35

Added line #L35 was not covered by tests

Check warning on line 40 in src/main/java/com/spotify/github/tracing/BaseTracer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/tracing/BaseTracer.java#L40

Added line #L40 was not covered by tests

Check warning on line 31 in src/main/java/com/spotify/github/tracing/TraceHelper.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/tracing/TraceHelper.java#L30-L31

Added lines #L30 - L31 were not covered by tests

Check warning on line 73 in src/main/java/com/spotify/github/tracing/opencensus/OpenCensusSpan.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/tracing/opencensus/OpenCensusSpan.java#L69-L73

Added lines #L69 - L73 were not covered by tests

Check warning on line 72 in src/main/java/com/spotify/github/tracing/opentelemetry/OpenTelemetrySpan.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/tracing/opentelemetry/OpenTelemetrySpan.java#L68-L72

Added lines #L68 - L72 were not covered by tests

Check warning on line 66 in src/main/java/com/spotify/github/tracing/opentelemetry/OpenTelemetryTracer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/tracing/opentelemetry/OpenTelemetryTracer.java#L66

Added line #L66 was not covered by tests

Check warning on line 80 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L80

Added line #L80 was not covered by tests

Check warning on line 178 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L178

Added line #L178 was not covered by tests

Check warning on line 202 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L202

Added line #L202 was not covered by tests

Check warning on line 216 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L216

Added line #L216 was not covered by tests

Check warning on line 265 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L265

Added line #L265 was not covered by tests

Check warning on line 319 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L319

Added line #L319 was not covered by tests

Check warning on line 350 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L350

Added line #L350 was not covered by tests

Check warning on line 366 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L365-L366

Added lines #L365 - L366 were not covered by tests

Check warning on line 447 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L447

Added line #L447 was not covered by tests

Check warning on line 456 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L456

Added line #L456 was not covered by tests

Check warning on line 501 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L499-L501

Added lines #L499 - L501 were not covered by tests

Check warning on line 617 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L611-L617

Added lines #L611 - L617 were not covered by tests

Check warning on line 636 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L634-L636

Added lines #L634 - L636 were not covered by tests

Check warning on line 666 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L661-L666

Added lines #L661 - L666 were not covered by tests

Check warning on line 762 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L760-L762

Added lines #L760 - L762 were not covered by tests

Check warning on line 804 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L803-L804

Added lines #L803 - L804 were not covered by tests

Check warning on line 810 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L806-L810

Added lines #L806 - L810 were not covered by tests

Check warning on line 814 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L814

Added line #L814 was not covered by tests

Check warning on line 837 in src/main/java/com/spotify/github/v3/clients/GitHubClient.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/com/spotify/github/v3/clients/GitHubClient.java#L836-L837

Added lines #L836 - L837 were not covered by tests