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

Add Marshalers for profiling signal type #6565

Merged
merged 6 commits into from
Jul 23, 2024

Add Marshalers for profiling signal type.

a7ed299
Select commit
Loading
Failed to load commit list.
Merged

Add Marshalers for profiling signal type #6565

Add Marshalers for profiling signal type.
a7ed299
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 16, 2024 in 1s

0.00% of diff hit (target 80.00%)

View this Pull Request on Codecov

0.00% of diff hit (target 80.00%)

Annotations

Check warning on line 87 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/JsonSerializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/JsonSerializer.java#L86-L87

Added lines #L86 - L87 were not covered by tests

Check warning on line 140 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L140

Added line #L140 was not covered by tests

Check warning on line 143 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L143

Added line #L143 was not covered by tests

Check warning on line 146 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L145-L146

Added lines #L145 - L146 were not covered by tests

Check warning on line 149 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L149

Added line #L149 was not covered by tests

Check warning on line 185 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L185

Added line #L185 was not covered by tests

Check warning on line 188 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L188

Added line #L188 was not covered by tests

Check warning on line 190 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L190

Added line #L190 was not covered by tests

Check warning on line 194 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L194

Added line #L194 was not covered by tests

Check warning on line 205 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L205

Added line #L205 was not covered by tests

Check warning on line 208 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L208

Added line #L208 was not covered by tests

Check warning on line 211 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L210-L211

Added lines #L210 - L211 were not covered by tests

Check warning on line 214 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L214

Added line #L214 was not covered by tests

Check warning on line 273 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L273

Added line #L273 was not covered by tests

Check warning on line 275 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/MarshalerUtil.java#L275

Added line #L275 was not covered by tests

Check warning on line 115 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/ProtoSerializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/ProtoSerializer.java#L113-L115

Added lines #L113 - L115 were not covered by tests

Check warning on line 145 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L145

Added line #L145 was not covered by tests

Check warning on line 148 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L147-L148

Added lines #L147 - L148 were not covered by tests

Check warning on line 357 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L357

Added line #L357 was not covered by tests

Check warning on line 360 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L360

Added line #L360 was not covered by tests

Check warning on line 363 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L362-L363

Added lines #L362 - L363 were not covered by tests

Check warning on line 365 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L365

Added line #L365 was not covered by tests

Check warning on line 370 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L367-L370

Added lines #L367 - L370 were not covered by tests

Check warning on line 401 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L401

Added line #L401 was not covered by tests

Check warning on line 404 in exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

exporters/common/src/main/java/io/opentelemetry/exporter/internal/marshal/Serializer.java#L404

Added line #L404 was not covered by tests