Skip to content

Commit

Permalink
[#79] add config doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dwkang committed Jan 10, 2024
1 parent 2fbc031 commit 7ae50a7
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -539,3 +539,13 @@ Http.UrlStat.LimitSize option sets the limit size of the URLs to be collected.
* type: int
* default: 1024
* dynamic
### Http.UrlStat.WithMethod
Http.UrlStat.WithMethod option adds http method as prefix to url string key.
* --pinpoint-http-urlstat-withmethod
* PINPOINT_GO_HTTP_URLSTAT_WITHMETHOD
* WithHttpUrlStatWithMethod()
* type: bool
* default: false
* dynamic

0 comments on commit 7ae50a7

Please sign in to comment.