Skip to content

Commit

Permalink
fixup! add documentation for UserAgent converter
Browse files Browse the repository at this point in the history
  • Loading branch information
pchila committed Aug 15, 2024
1 parent fd20a75 commit 1fe0f3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/ottl/ottlfuncs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1580,7 +1580,7 @@ The `UserAgent` Converter parses the string argument trying to match it against
The results of the parsing are returned as a map containing `user_agent.name`, `user_agent.version` and `user_agent.original`
as defined in semconv v1.25.0.

Parsing is done using the [uap-go package](github.com/ua-parser/uap-go). The specific formats it recognizes can be found [here](https://github.com/ua-parser/uap-core/blob/master/regexes.yaml).
Parsing is done using the [uap-go package](https://github.com/ua-parser/uap-go). The specific formats it recognizes can be found [here](https://github.com/ua-parser/uap-core/blob/master/regexes.yaml).

Examples:

Expand Down

0 comments on commit 1fe0f3a

Please sign in to comment.