From 945b556330588f0eb175e391f08a3da43c96d1b0 Mon Sep 17 00:00:00 2001 From: Kush <3647166+kushsharma@users.noreply.github.com> Date: Wed, 16 Dec 2020 23:53:50 +0530 Subject: [PATCH] Typo in INPUTS.md (#8573) --- docs/INPUTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/INPUTS.md b/docs/INPUTS.md index 179b67444..6a10cf949 100644 --- a/docs/INPUTS.md +++ b/docs/INPUTS.md @@ -83,7 +83,7 @@ func init() { ### Typed Metrics -In addition the the `AddFields` function, the accumulator also supports +In addition to the `AddFields` function, the accumulator also supports functions to add typed metrics: `AddGauge`, `AddCounter`, etc. Metric types are ignored by the InfluxDB output, but can be used for other outputs, such as [prometheus][prom metric types].