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

[processor/logdedup] Add aggregated log record histogram metric #34581

Merged
merged 13 commits into from
Aug 12, 2024

Conversation

MikeGoldsmith
Copy link
Member

@MikeGoldsmith MikeGoldsmith commented Aug 9, 2024

Description:

Adds a aggregated log histogram metric. Updates tests to use helper functions for creating processor and component settings.

Link to tracking Issue:

Testing:

Documentation:

@MikeGoldsmith MikeGoldsmith changed the title [processor/logdedup] Add dedupe counter metric [processor/logdedup] Add deduplicated log record counter Aug 9, 2024
@MikeGoldsmith MikeGoldsmith changed the title [processor/logdedup] Add deduplicated log record counter [processor/logdedup] Add aggregated log record counter metric Aug 12, 2024
@MikeGoldsmith
Copy link
Member Author

I accidentally added changes to cmd/otelcontribcol and cmd/oteltestbedcol which caused their component labels to be added. I've reverted the changes and the labels can be removed.

…tor-contrib into logdedup-metric

# Conflicts:
#	processor/logdedupprocessor/counter.go
#	processor/logdedupprocessor/counter_test.go
#	processor/logdedupprocessor/processor.go
@MikeGoldsmith MikeGoldsmith changed the title [processor/logdedup] Add aggregated log record counter metric [processor/logdedup] Add aggregated log record histogram metric Aug 12, 2024
@djaglowski djaglowski merged commit 817d97c into open-telemetry:main Aug 12, 2024
154 checks passed
@github-actions github-actions bot added this to the next release milestone Aug 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add metric to record the number of aggregated log records
3 participants