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

Define dedicated file configuration SPI ComponentProvider #6457

Merged
merged 10 commits into from
Jun 3, 2024

Add todo to consider dynamic config before stabilizing ComponentProvi…

c6af54c
Select commit
Loading
Failed to load commit list.
Merged

Define dedicated file configuration SPI ComponentProvider #6457

Add todo to consider dynamic config before stabilizing ComponentProvi…
c6af54c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed May 31, 2024 in 1s

73.86% of diff hit (target 80.00%)

View this Pull Request on Codecov

73.86% of diff hit (target 80.00%)

Annotations

Check warning on line 57 in sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/internal/AutoConfigureUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/autoconfigure/src/main/java/io/opentelemetry/sdk/autoconfigure/internal/AutoConfigureUtil.java#L53-L57

Added lines #L53 - L57 were not covered by tests

Check warning on line 60 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 63 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java#L63

Added line #L63 was not covered by tests

Check warning on line 65 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java#L65

Added line #L65 was not covered by tests

Check warning on line 71 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java#L69-L71

Added lines #L69 - L71 were not covered by tests

Check warning on line 83 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/FileConfigUtil.java#L81-L83

Added lines #L81 - L83 were not covered by tests

Check warning on line 88 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L88

Added line #L88 was not covered by tests

Check warning on line 92 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L92

Added line #L92 was not covered by tests

Check warning on line 132 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L132

Added line #L132 was not covered by tests

Check warning on line 155 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L155

Added line #L155 was not covered by tests

Check warning on line 181 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L181

Added line #L181 was not covered by tests

Check warning on line 183 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L183

Added line #L183 was not covered by tests

Check warning on line 187 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L185-L187

Added lines #L185 - L187 were not covered by tests

Check warning on line 205 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L205

Added line #L205 was not covered by tests

Check warning on line 235 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L235

Added line #L235 was not covered by tests

Check warning on line 243 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L243

Added line #L243 was not covered by tests

Check warning on line 278 in sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

sdk-extensions/incubator/src/main/java/io/opentelemetry/sdk/extension/incubator/fileconfig/YamlStructuredConfigProperties.java#L274-L278

Added lines #L274 - L278 were not covered by tests