-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
andrzej-stencel
merged 20 commits into
open-telemetry:main
from
pchila:user-agent-parsing
Aug 21, 2024
Merged
[pkg/ottl] add User Agent parsing #34172
andrzej-stencel
merged 20 commits into
open-telemetry:main
from
pchila:user-agent-parsing
Aug 21, 2024
Commits on Jul 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2031ca3 - Browse repository at this point
Copy the full SHA 2031ca3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 379e954 - Browse repository at this point
Copy the full SHA 379e954View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0e6bf76 - Browse repository at this point
Copy the full SHA 0e6bf76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 186f7b3 - Browse repository at this point
Copy the full SHA 186f7b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for b63cd55 - Browse repository at this point
Copy the full SHA b63cd55View commit details
Commits on Aug 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 850b781 - Browse repository at this point
Copy the full SHA 850b781View commit details
Commits on Aug 12, 2024
-
Move User-Agent parser initialization out of the
UserAgent
functionInitialize a `uaparser.Parser` instance at the first UserAgent call and reuse it instead of creating a new parser for every invocation.
Configuration menu - View commit details
-
Copy full SHA for 6ac23c0 - Browse repository at this point
Copy the full SHA 6ac23c0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7538cf0 - Browse repository at this point
Copy the full SHA 7538cf0View commit details -
Update pkg/ottl/ottlfuncs/README.md
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for bb5c618 - Browse repository at this point
Copy the full SHA bb5c618View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9d317 - Browse repository at this point
Copy the full SHA aa9d317View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90fd086 - Browse repository at this point
Copy the full SHA 90fd086View commit details
Commits on Aug 13, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 095d8e4 - Browse repository at this point
Copy the full SHA 095d8e4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50abd0d - Browse repository at this point
Copy the full SHA 50abd0dView commit details
Commits on Aug 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for fd20a75 - Browse repository at this point
Copy the full SHA fd20a75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1fe0f3a - Browse repository at this point
Copy the full SHA 1fe0f3aView commit details
Commits on Aug 19, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 767d528 - Browse repository at this point
Copy the full SHA 767d528View commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c58f2 - Browse repository at this point
Copy the full SHA 33c58f2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f6b67c3 - Browse repository at this point
Copy the full SHA f6b67c3View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 347e1aa - Browse repository at this point
Copy the full SHA 347e1aaView commit details
Commits on Aug 21, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7da12e4 - Browse repository at this point
Copy the full SHA 7da12e4View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.