forked from influxdata/docs-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request influxdata#1999 from influxdata/telegraf-117
Telegraf 1.17
- Loading branch information
Showing
45 changed files
with
6,128 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
title: Telegraf 1.17 documentation | ||
description: > | ||
Documentation for Telegraf, the plugin-driven server agent of the InfluxData | ||
time series platform, used to collect and report metrics. Telegraf supports four categories of plugins -- input, output, aggregator, and processor. | ||
menu: | ||
telegraf_1_17: | ||
name: Telegraf v1.17 | ||
weight: 1 | ||
--- | ||
|
||
Telegraf is a plugin-driven server agent for collecting & reporting metrics, | ||
and is the first piece of the [TICK stack](https://influxdata.com/time-series-platform/). | ||
Telegraf has plugins to source a variety of metrics directly from the system it's running on, pull metrics from third party APIs, or even listen for metrics via a statsd and Kafka consumer services. | ||
It also has output plugins to send metrics to a variety of other datastores, services, and message queues, including InfluxDB, Graphite, OpenTSDB, Datadog, Librato, Kafka, MQTT, NSQ, and many others. | ||
|
||
## Key features | ||
|
||
Here are some of the features that Telegraf currently supports that make it a great choice for metrics collection. | ||
|
||
* Written entirely in Go. | ||
It compiles into a single binary with no external dependencies. | ||
* Minimal memory footprint. | ||
* Plugin system allows new inputs and outputs to be easily added. | ||
* A wide number of plugins for many popular services already exist for well known services and APIs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- | ||
title: About the Telegraf project | ||
description: Release notes, contribution guidelines, CLA, and license for the Telegraf project. | ||
menu: | ||
telegraf_1_17: | ||
name: About the project | ||
weight: 10 | ||
--- | ||
|
||
## Telegraf release notes | ||
View the [Telegraf release notes](/telegraf/v1.17/about_the_project/release-notes-changelog/) | ||
for important information about new versions of Telegraf. | ||
|
||
## Contributions and licenses | ||
- [Contribute to Telegraf](https://github.com/influxdata/telegraf/blob/master/CONTRIBUTING.md) | ||
- [Contributor License Agreement (CLA)](https://influxdata.com/community/cla/) | ||
- [License](https://github.com/influxdata/telegraf/blob/master/LICENSE) | ||
|
||
## Third party software | ||
InfluxData products contain third party software, which means the copyrighted, patented, or otherwise legally protected | ||
software of third parties that is incorporated in InfluxData products. | ||
|
||
Third party suppliers make no representation nor warranty with respect to such third party software or any portion thereof. | ||
Third party suppliers assume no liability for any claim that might arise with respect to such third party software, nor for a | ||
customer’s use of or inability to use the third party software. | ||
|
||
The [list of third party software components, including references to associated licenses and other materials](https://github.com/influxdata/telegraf/blob/release-1.15/docs/LICENSE_OF_DEPENDENCIES.md), is maintained on a version by version basis. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: InfluxData Contributor License Agreement (CLA) | ||
|
||
menu: | ||
telegraf_1_17: | ||
name: Contributor License Agreement (CLA) | ||
parent: About the project | ||
weight: 30 | ||
url: https://influxdata.com/community/cla/ | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: Contributing to Telegraf | ||
|
||
menu: | ||
telegraf_1_17: | ||
name: Contributing | ||
parent: About the project | ||
weight: 20 | ||
url: https://github.com/influxdata/telegraf/blob/master/CONTRIBUTING.md | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
--- | ||
title: License | ||
|
||
menu: | ||
telegraf_1_17: | ||
name: License | ||
parent: About the project | ||
weight: 40 | ||
url: https://github.com/influxdata/telegraf/blob/master/LICENSE | ||
--- |
Oops, something went wrong.