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

[pkg/ottl] add User Agent parsing #34172

Merged
merged 20 commits into from
Aug 21, 2024

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    2031ca3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    379e954 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e6bf76 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    186f7b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b63cd55 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. Configuration menu
    Copy the full SHA
    850b781 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2024

  1. Move User-Agent parser initialization out of the UserAgent function

    Initialize a `uaparser.Parser` instance at the first UserAgent call and
    reuse it instead of creating a new parser for every invocation.
    pchila committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    6ac23c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7538cf0 View commit details
    Browse the repository at this point in the history
  3. Update pkg/ottl/ottlfuncs/README.md

    Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
    pchila and TylerHelmuth authored Aug 12, 2024
    Configuration menu
    Copy the full SHA
    bb5c618 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    aa9d317 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    90fd086 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2024

  1. Move User-Agent parser initialization out of the user agent converter

    This reverts commit 6ac23c0. going for
    a simpler solution where the useragent parser is instantiated just
    before returning the anonymous ottl.ExprFunc[K] that uses it.
    This will prevent re-instantating the parser at each `UserAgent(...)`
    invocation.
    pchila committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    095d8e4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    50abd0d View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Fix otelcontribcol build

    pchila committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    fd20a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1fe0f3a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

  1. Configuration menu
    Copy the full SHA
    767d528 View commit details
    Browse the repository at this point in the history
  2. make gotidy

    pchila committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    33c58f2 View commit details
    Browse the repository at this point in the history
  3. make generate

    pchila committed Aug 19, 2024
    Configuration menu
    Copy the full SHA
    f6b67c3 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Added changelog

    pchila committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    347e1aa View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. Configuration menu
    Copy the full SHA
    7da12e4 View commit details
    Browse the repository at this point in the history