diff --git a/doc/config.md b/doc/config.md index 2e13b58..f4f45bd 100644 --- a/doc/config.md +++ b/doc/config.md @@ -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