Sven Rebhan
ceba179596
feat(inputs.influxdb): Add metrics for build, crypto and commandline ( #15438 )
2024-06-04 14:04:46 -05:00
Paweł Żak
c4dbe65732
chore(linters): Bump golangci-lint to v1.56.1 ( #14759 )
2024-02-12 23:26:10 +01:00
r3inbowari
19c4316694
chore: Update README.md ( #12989 )
2023-04-04 13:43:49 +02:00
Thomas Casteleyn
61523bd4b9
feat(tools/readme_linter): Check for global configuration section ( #12426 )
2023-01-12 16:55:21 +01:00
Joshua Powers
6f323eea64
docs(inputs.influxdb): Collect v2 with prometheus plugin ( #12492 )
2023-01-12 16:36:26 +01:00
Joshua Powers
40aa899fa8
feat(inputs.influxdb): Collect uptime statistics ( #12493 )
2023-01-12 16:34:48 +01:00
Paweł Żak
7c7069d693
chore: Wrap long lines in plugins/inputs/[i-k]* ( #12199 )
...
Co-authored-by: Pawel Zak <Pawel Zak>
2022-11-08 14:44:01 -06:00
Joshua Powers
49ac03fa80
docs: add global configuration header ( #12107 )
2022-10-26 14:58:36 -05:00
Sebastian Spaink
d67f75e557
docs: Remove warning not to remove go:embed ( #11797 )
...
Co-authored-by: Joshua Powers <powersj@fastmail.com>
2022-09-13 12:47:58 -05:00
Sebastian Spaink
a57434eb4e
feat: Migrate to urfave/cli ( #11700 )
2022-08-24 21:46:58 -05:00
Sven Rebhan
9fbd275d17
chore: Markdown fixes for inputs/[a-m]* ( #11606 )
2022-08-09 18:57:31 +02:00
reimda
453e276718
chore: Fix readme linter errors for input plugins E-L ( #11214 )
2022-06-07 15:37:08 -06:00
Joshua Powers
2fc19fa308
chore: correctly spell embed ( #11200 )
2022-05-27 07:13:47 -06:00
Sven Rebhan
56eb914998
chore: Embed sample configurations into README for inputs ( #11136 )
2022-05-24 08:49:47 -05:00
Sebastian Spaink
6b697db11e
chore(inputs_a-l): migrate sample configs into separate files ( #11132 )
2022-05-18 11:31:52 -05:00
Sebastian Spaink
8e2b4988fe
feat: migrate input plugins to new sample config format (A-L) ( #10924 )
2022-04-07 16:01:21 -06:00
pierwill
23ed788f19
chore: Add `openConnections` to enterprise cluster metrics Readme ( #10483 )
2022-01-20 14:22:43 -07:00
Mya
84562877cc
chore: clean up all markdown lint errors for input plugins i through m ( #10173 )
2021-11-24 12:18:53 -07:00
Scott Anderson
934db67c2b
fix: update influxdb input schema documentation ( #10029 )
2021-11-01 13:45:21 -06:00
Sven Rebhan
9853bf6c54
Get rid of deprecated internal.{Duration,Size,Number} ( #8969 )
2021-04-09 13:15:04 -04:00
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05:00
Samantha Wang
ee91b4856b
update inputs.influxdb readme ( #8569 )
...
* update inputs.influxdb readme
* remove duplicate
2020-12-17 08:21:45 -08:00
Russ Savage
40c6d189fe
fix(readmes): standarize first line of readmes ( #7973 )
2020-08-11 16:10:41 -04:00
kelseiv
198f92be41
Add descriptions for measurement & fields ( #7902 )
2020-08-06 14:05:35 -04:00
Daniel Nelson
c73ed8ca6c
Export internal/tls package for use in execd plugins ( #7697 )
2020-06-25 11:44:22 -07:00
Harshit Bansal
22c0bdb38c
Fix the typo in `gcc_pu_fraction` to `gc_cpu_fraction` ( #7573 )
2020-05-26 12:18:24 -07:00
Daniel Nelson
8e0eb5a7db
Add support for sending HTTP Basic Auth in influxdb input ( #6668 )
2019-11-20 13:20:48 -07:00
Daniel Nelson
de355b76d6
Simplify testing with TLS ( #4095 )
2018-05-04 16:33:23 -07:00
Daniel Nelson
af68975e2f
Document that InfluxDB input metrics vary with version
2018-04-09 19:30:18 -07:00
Zack Zatkin-Gold
dd537b3382
Fix telegraf example arguments ( #2788 )
...
Many of the examples provided within documentation are using a single
dash for the command line arguments, but the telegraf executable
explicitly has two dashes.
There are also some inconsistencies with the ordering of the command
line argument examples. I've ordered them so that the examples will
show: config, config-directory, input-filter, test
2017-05-12 15:22:29 -07:00
Lukasz Jagiello
5af985ef5f
Add support for self-signed certs to InfluxDB input plugin ( #2773 )
2017-05-08 15:20:24 -07:00
Patrick Hemmer
06baf7cf78
use AddError everywhere ( #2372 )
2017-04-24 11:13:26 -07:00
Tevin Jeffrey
4957717df5
Add field for last GC pause time ( #2121 )
2016-12-16 14:03:53 +00:00
Cameron Sparr
6648c101dd
Add configurable timeout to influxdb input
...
closes #1773
2016-09-16 16:50:39 +01:00
Cameron Sparr
ac58a6bb3c
Fix unmarshal of influxdb metrics will null tags
...
closes #1738
2016-09-09 14:49:21 +01:00
Martin Seener
e809c4e445
Also added reasonable default for influxdb input plugin
...
to simplify configuration for most users
closes #1295
2016-05-31 13:41:02 +01:00
Cameron Sparr
5fe7e6e40e
influxdb input: Use non-panicking type assertion
...
closes #1268
2016-05-25 13:32:10 +01:00
Cameron Sparr
6351aa5167
only count shard if it's non-empty
...
closes #1221
2016-05-25 12:05:14 +01:00
Cameron Sparr
b065573e23
influxdb input: Add shard counter
...
closes #1221
2016-05-18 19:31:36 +01:00
Cameron Sparr
1934cc2e62
Add memstats to the influxdb input plugin
...
closes #958
2016-04-12 10:13:11 -06:00
Pierre Fersing
7416d6ea71
Improve timeout in input plugins
2016-03-01 09:43:28 +00:00
Cameron Sparr
8d2e5f0bda
Seems to be a toml parse bug around triple pounds
2016-02-18 14:36:03 -07:00
Cameron Sparr
fc7fa4b6c5
Cleanup comments and indentation in config file
2016-02-09 11:01:50 -07:00
Cameron Sparr
c549ab907a
Throughout telegraf, use telegraf.Metric rather than client.Point
...
closes #599
2016-01-27 23:47:32 -07:00
Cameron Sparr
9c0d14bb60
Create public models for telegraf metrics, accumlator, plugins
...
This will basically make the root directory a place for storing the
major telegraf interfaces, which will make telegraf's godoc looks quite
a bit nicer. And make it easier for contributors to lookup the few data
types that they actually care about.
closes #564
2016-01-27 15:42:50 -07:00
Cameron Sparr
5349a3b6d1
Implement a per-output fixed size metric buffer
...
Also moved some objects out of config.go and put them in their own
package, internal/models
fixes #568
closes #285
2016-01-22 16:29:02 -07:00
Jack Zampolin
0cdf1b07e9
Fix issue 524
2016-01-20 10:57:35 -08:00
Cameron Sparr
9c5db1057d
renaming plugins -> inputs
2016-01-07 15:04:30 -07:00