Paweł Żak
1422c09294
test(linters): Enable `testifylint`: `blank-import`, `float-compare`, `negative-positive`, `nil-compare` and `useless-assert` ( #15566 )
2024-07-01 15:00:13 +02:00
Joshua Powers
898b1c3e2c
fix(inputs.postgresql_extensible): Use same timestamp for each gather ( #15401 )
2024-05-31 10:29:04 +02:00
Sven Rebhan
aa1091aba8
chore(inputs.postgresql): Factor out common code and cleanup ( #15103 )
2024-04-04 16:40:43 -05:00
Paweł Żak
34ae468a8c
chore(linters): Fix findings found by testifylint: len ( #14203 )
2023-10-31 10:29:53 +01:00
Paweł Żak
7c5b3ea068
chore(linters): Fix findings found by testifylint: compares ( #14177 )
2023-10-24 15:02:26 -06:00
Paweł Żak
990ffc7222
chore(linters): Fix findings found by testifylint: bool-compare ( #14163 )
2023-10-24 10:45:17 -06:00
Joshua Powers
7adcc701f9
fix(inputs.postgresql_extensible): Restore default db name ( #14010 )
2023-10-13 14:17:02 +02:00
Joshua Powers
ebb20bfa4c
fix(inputs.postgresql_extensible): Restore outputaddress behavior ( #13972 )
2023-09-26 08:19:23 -06:00
Maxim Ivanov
22100d4914
feat(inputs.postgresql_extensible): Introduce max_version for query ( #13620 )
2023-07-21 10:56:49 +02:00
Sven Rebhan
63ab159481
feat(secretstores): add support for additional input plugins ( #12067 )
2023-01-09 09:17:23 -07:00
Paweł Żak
6816aefcd5
chore: fix linter findings for unparam and revive.unused-parameter ( #12150 )
2022-11-08 12:04:12 -07:00
Joshua Powers
2f6701013b
test: Update wait statement for postgresql_extensible ( #11447 )
2022-07-05 17:38:05 +02:00
Joshua Powers
936b90806b
test: migrate postgres to testcontainers ( #11209 )
2022-06-02 07:48:13 -06:00
Paweł Żak
b9e4978b17
fix: Linter fixes for plugins/inputs/p* ( #10066 )
2021-11-15 09:14:09 -06:00
Sven Rebhan
8e7da355b3
Linter fixes (unhandled errors) -- Part 1 ( #8992 )
2021-04-08 11:43:39 -05:00
Paweł Żak
099ccda3f9
Linter fixes - gosimple ( #9046 )
2021-03-25 13:57:01 -04:00
Helen Weller
d41569caed
Integration test audit ( #8725 )
2021-01-26 11:06:12 -07:00
Földi Tamás
0c99ae9e1d
Add timestamp column support to postgresql_extensible ( #8602 )
2021-01-11 13:53:44 -05:00
Steven Soroka
8b3bd2585d
Fix issues with failing tests on darwin ( #7042 )
2020-02-18 16:13:53 -08:00
Greg
817c9a69a9
Document and add support to input plugins for logging alias ( #6357 )
2019-09-23 15:39:50 -07:00
Boris Popovschi
d717e8ea03
Add ability to read query from file to postgresql_extensible input ( #6361 )
2019-09-12 13:38:35 -07:00
Greg
d3ad591481
Fix null value crash in postgresql_extensible input ( #4689 )
2018-09-18 09:08:13 -07:00
Loïc Blot
429d14101a
Add pgbouncer input plugin ( #3918 )
2018-08-01 16:44:10 -06:00
James
1d86064fb7
Use persistent connection to postgresql database ( #2701 )
2018-01-05 16:03:09 -08:00
Felix Geisendörfer
62ec3e50d9
Add CrateDB output plugin ( #3210 )
2017-11-09 14:03:16 -08:00
James
837e6b1a32
Add additional numeric type handling tests for postgresql_extensible ( #3066 )
2017-09-25 10:58:10 -07:00
Frederick Roth
ac5ac3161f
Fixed inconsistency between HasIntField and IntField ( #2813 )
2017-05-16 15:25:30 -07:00
Patrick Hemmer
06baf7cf78
use AddError everywhere ( #2372 )
2017-04-24 11:13:26 -07:00
James
b9ae3d6a57
fix postgresql 'name', and 'oid' data types by switching to a driver ( #1750 )
...
that handles them properly
2017-01-24 12:36:36 -08:00
Thomas Menard
b371ec5cf6
Add the postgresql_extensible plugin
...
This plugin is intended to add an extended support of Postgresql
compared to the legacy postgres plugin.
Basically, the plugin don’t have any metrics defined and it’s up to the
user to define it in the telegraph.conf (as a toml structure).
Each query can have it’s specific tags, and can be written specifically
using a where clause in order to eventually filter per database name.
To be more generic, a minimum postgresql version has been defined per
query in case you have 2 different version of Postgresql running on the
same host.
2016-03-18 11:23:02 -06:00