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

Remove beta comment from recordDistributionValue #136

Merged
merged 1 commit into from
Jun 9, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1553,8 +1553,6 @@ public void histogram(final String aspect, final long value, final double sample
*
* <p>This method is non-blocking and is guaranteed not to throw an exception.</p>
*
* <p>This is a beta feature and must be enabled specifically for your organization.</p>
*
* @param aspect
* the name of the distribution
* @param value
Expand All @@ -1580,8 +1578,6 @@ public void recordDistributionValue(final String aspect, final double value, fin
*
* <p>This method is non-blocking and is guaranteed not to throw an exception.</p>
*
* <p>This is a beta feature and must be enabled specifically for your organization.</p>
*
* @param aspect
* the name of the distribution
* @param value
Expand Down
8 changes: 0 additions & 8 deletions src/main/java/com/timgroup/statsd/StatsDClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -512,8 +512,6 @@ public interface StatsDClient extends Closeable {
*
* <p>This method is non-blocking and is guaranteed not to throw an exception.</p>
*
* <p>This is a beta feature and must be enabled specifically for your organization.</p>
*
* @param aspect
* the name of the distribution
* @param value
Expand All @@ -530,8 +528,6 @@ public interface StatsDClient extends Closeable {
*
* <p>This method is non-blocking and is guaranteed not to throw an exception.</p>
*
* <p>This is a beta feature and must be enabled specifically for your organization.</p>
*
* @param aspect
* the name of the distribution
* @param value
Expand All @@ -550,8 +546,6 @@ public interface StatsDClient extends Closeable {
*
* <p>This method is non-blocking and is guaranteed not to throw an exception.</p>
*
* <p>This is a beta feature and must be enabled specifically for your organization.</p>
*
* @param aspect
* the name of the distribution
* @param value
Expand All @@ -568,8 +562,6 @@ public interface StatsDClient extends Closeable {
*
* <p>This method is non-blocking and is guaranteed not to throw an exception.</p>
*
* <p>This is a beta feature and must be enabled specifically for your organization.</p>
*
* @param aspect
* the name of the distribution
* @param value
Expand Down