README.md in fluent-plugin-jfrog-send-metrics-0.1.4 vs README.md in fluent-plugin-jfrog-send-metrics-0.1.5

- old
+ new

@@ -62,22 +62,26 @@ Configure the match directive parameters as specified below ``` <match jfrog.metrics.**> @type jfrog_send_metrics - target_platform "NEWRELIC" + target_platform "NEWRELIC" # or "DATADOG" apikey <api_key> + url https://metric-api.newrelic.com/metric/v1 # or DataDog's metrics URL + http_proxy <proxy_url> </match> - ``` + #### Configuration parameters Obtain respective authentication credentials for log-vendors * **target_platform**(string)(required): The target log-vendor ("NEWRELIC" or "DATADOG") * **apikey**(string)(required): APIKEY is the apikey of log-vendor for authentication(LicenseKey for NewRelic) +* **url**(string)(required): Metrics url of the mertics-vendor (Metrics URL for NewRelic or DataDog) +* **http_proxy**(string)(optional): Proxy server URL - which will proxy http/s calls to your observability vendor (DataDog/NewRelic) ## Copyright -* Copyright(c) 2022- MahithaB +* Copyright(c) 2024- MahithaB, BenH * License * Apache License, Version 2.0