Skip to content

Commit

Permalink
Add config documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
jterapin committed Jul 17, 2024
1 parent 0fc7a55 commit e515726
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,11 @@ private Collection<? extends ClientConfig> getDefaultClientConfig() {
.build();

String telemetryProviderDocumentation = """
TODO
A telemetry provider is used to emit telemetry data. By default, this
functionality is disabled. The SDK currently supports OpenTelemetry (OTel)
as a provider. To use the OTel provider, load the `opentelemetry-sdk` gem
and then, pass in an instance of a `Hearth::Telemetry::OTelProvider`
for telemetry provider.
""";
ClientConfig telemetryProvider = ClientConfig.builder()
.name("telemetry_provider")
Expand Down

0 comments on commit e515726

Please sign in to comment.