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

Fix otel-collector logging repeat error #748

Merged

Commits on Aug 8, 2023

  1. Fix otel-collector logging repeat error

    The pod log shows repeat log of duplicate timeseries error that takes up logging quota. Although the metris are correctly being sent, the error message can be confusing to users.
    
    The removal of `type` tag is causing one timeseries being exported multiple times in batch with and without the tag.
    
    This change uses aggregation in metricstransfrom processor to eliminate the `type` tag from Monarch pipeline. Format follows otel-collector-contrib 0.54.0.
    
    Tested locally e2e.
    
    b/290678742
    tiffanny29631 committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    9249170 View commit details
    Browse the repository at this point in the history