Fix spelling errors in comments and documentation (#7492)
This commit is contained in:
@@ -178,7 +178,7 @@ Telegraf plugins are divided into 4 types: [inputs][], [outputs][],
|
||||
[processors][], and [aggregators][].
|
||||
|
||||
Unlike the `global_tags` and `agent` tables, any plugin can be defined
|
||||
multiple times and each instance will run independantly. This allows you to
|
||||
multiple times and each instance will run independently. This allows you to
|
||||
have plugins defined with differing configurations as needed within a single
|
||||
Telegraf process.
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ four main components:
|
||||
- **Timestamp**: Date and time associated with the fields.
|
||||
|
||||
This metric type exists only in memory and must be converted to a concrete
|
||||
representation in order to be transmitted or viewed. To acheive this we
|
||||
representation in order to be transmitted or viewed. To achieve this we
|
||||
provide several [output data formats][] sometimes referred to as
|
||||
*serializers*. Our default serializer converts to [InfluxDB Line
|
||||
Protocol][line protocol] which provides a high performance and one-to-one
|
||||
|
||||
Reference in New Issue
Block a user