Add new protocol key descr for graphite (#15780)

Co-authored-by: Klaas Schoute <klaas_schoute@hotmail.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Boris Gulay 2021-03-25 11:18:35 +03:00 committed by GitHub
parent 9582b227bc
commit 6db4074bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,11 @@ port:
required: false
type: integer
default: 2003
protocol:
description: "Type of communication protocol: `tcp` or `udp`."
required: false
type: string
default: tcp
prefix:
description: Prefix is the metric prefix in graphite.
required: false