File tree 1 file changed +12
-0
lines changed
content/en/docs/languages/java
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -100,3 +100,15 @@ SdkLoggerProvider sdkLoggerProvider = SdkLoggerProvider.builder()
100
100
...
101
101
.build();
102
102
```
103
+
104
+ ## Next steps
105
+
106
+ Besides the
107
+ [ Standard OpenTelemetry Resource Providers] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/resources/library )
108
+ shown in the samples above, there are more resource providers that you can add
109
+ to your configuration. These include:
110
+
111
+ - [ AWS Resource Provider] ( https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/aws-resources )
112
+ - [ GCP Resource Provider] ( https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/gcp-resources )
113
+ - [ OpenTelemetry Contributed Resource Providers] ( https://github.com/open-telemetry/opentelemetry-java-contrib/tree/main/resource-providers )
114
+ - [ Spring-Boot Resource Provider] ( https://github.com/open-telemetry/opentelemetry-java-instrumentation/tree/main/instrumentation/spring/spring-boot-resources )
You can’t perform that action at this time.
0 commit comments