Skip to content

Commit

Permalink
Merge pull request influxdata#1999 from influxdata/telegraf-117
Browse files Browse the repository at this point in the history
Telegraf 1.17
  • Loading branch information
noramullen1 authored Dec 19, 2020
2 parents 6b84392 + 4b20994 commit d8cce49
Show file tree
Hide file tree
Showing 45 changed files with 6,128 additions and 3 deletions.
25 changes: 25 additions & 0 deletions content/telegraf/v1.17/_index.md
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.
27 changes: 27 additions & 0 deletions content/telegraf/v1.17/about_the_project/_index.md
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.
10 changes: 10 additions & 0 deletions content/telegraf/v1.17/about_the_project/cla.md
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/
---
10 changes: 10 additions & 0 deletions content/telegraf/v1.17/about_the_project/contributing.md
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
---
10 changes: 10 additions & 0 deletions content/telegraf/v1.17/about_the_project/license.md
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
---
Loading

0 comments on commit d8cce49

Please sign in to comment.