Skip to content

Commit

Permalink
make DefaultHttpClientTelemetryBuilder internal
Browse files Browse the repository at this point in the history
  • Loading branch information
zeitlinger committed Jun 21, 2024
1 parent 6dbad9a commit ef893e6
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
import java.util.function.Consumer;
import java.util.function.Function;

/**
* This class is internal and is hence not for public use. Its APIs are unstable and can change at
* any time.
*/
public final class DefaultHttpClientTelemetryBuilder<REQUEST, RESPONSE> {

private final String instrumentationName;
Expand Down

0 comments on commit ef893e6

Please sign in to comment.