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

Histogram #151

Open
wants to merge 3 commits into
base: histogram_feature_branch
Choose a base branch
from
Open

Conversation

lksfrnz
Copy link

@lksfrnz lksfrnz commented Jul 9, 2024

This PR adds Histograms as a metric aggregation option. Users can create their own histograms and submit them as well.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@lksfrnz lksfrnz force-pushed the Histogram branch 4 times, most recently from 1291a25 to fcf8325 Compare July 25, 2024 23:42
@lksfrnz lksfrnz marked this pull request as ready for review July 26, 2024 16:46
@markkuhn markkuhn self-requested a review August 2, 2024 17:21
import software.amazon.cloudwatchlogs.emf.exception.InvalidMetricException;

/** Represents the Histogram of the EMF schema. */
public class HistogramMetric extends Metric<Histogram> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

class Histogram has less visibility than the member that uses it

@markkuhn
Copy link
Contributor

markkuhn commented Aug 2, 2024

Do these new classes need to be thread safe?

@lksfrnz lksfrnz force-pushed the Histogram branch 2 times, most recently from b81d13f to 84a5808 Compare August 2, 2024 23:18
@lksfrnz
Copy link
Author

lksfrnz commented Aug 7, 2024

Do these new classes need to be thread safe?

The builder classes need to be and have been updated to reflect that

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants