Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgresql database blacklist configuration option #1699

Merged
merged 21 commits into from
Sep 7, 2016
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
a27d5ee
separate hello and authenticate functions, force connection close at …
janxious Jun 21, 2016
05a0186
update changelog, though this will need to be updated again to merge …
janxious Jun 21, 2016
298d928
bump instrumental agent version
janxious Jun 21, 2016
b64d5f7
fix test to deal with better better connect/reconnect logic and chang…
janxious Jun 23, 2016
149dea9
Update CHANGELOG.md
janxious Jun 23, 2016
bb35a5a
go fmt
janxious Jun 25, 2016
b4c8ef6
Split out Instrumental tests for invalid metric and value.
jqr Jun 27, 2016
66dc5a4
Ensure nothing remains on the wire after final test.
jqr Jun 27, 2016
eb9744d
Force valid metric names by replacing invalid parts with underscores.
jqr Jun 27, 2016
227ffbb
Multiple invalid characters being joined into a single udnerscore.
jqr Jun 27, 2016
42f1a14
Adjust comment to what happens.
jqr Jun 27, 2016
3d0f5d2
undo split hello and auth commands, to reduce roundtrips
janxious Jun 27, 2016
dec9535
Merge pull request #1 from Instrumental/connect-disconnect-logic
jqr Jun 27, 2016
8d75740
Merge pull request #2 from Instrumental/underscore-metric-names
jqr Jun 27, 2016
0aa8e36
adjust formatting to match main telegraf repo
mediocretes Sep 1, 2016
398479c
Add ignored_databases option to postgresql configuration files, to en…
mediocretes Sep 1, 2016
51db125
run go fmt on new postgresql database whitelist/blacklist code
mediocretes Sep 1, 2016
f820f99
Merge branch 'master' of https://github.com/influxdata/telegraf into …
mediocretes Sep 6, 2016
088e093
Merge branch 'master' of github.com:Instrumental/telegraf into postgr…
mediocretes Sep 6, 2016
60d3d40
add postgresql database blacklist option to changelog
mediocretes Sep 6, 2016
5750fa5
remove a bad merge from the changelog
mediocretes Sep 6, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
remove a bad merge from the changelog
  • Loading branch information
mediocretes committed Sep 6, 2016
commit 5750fa589721c8d31542ef6155e0d983203e7b85
14 changes: 0 additions & 14 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,20 +86,6 @@ consistent with the behavior of `collection_jitter`.
- [#1402](https://github.com/influxdata/telegraf/pull/1402): docker-machine/boot2docker no longer required for unit tests.
- [#1350](https://github.com/influxdata/telegraf/pull/1350): cgroup input plugin.
- [#1369](https://github.com/influxdata/telegraf/pull/1369): Add input plugin for consuming metrics from NSQD.

### Bugfixes

- [#1384](https://github.com/influxdata/telegraf/pull/1384): Fix datarace in apache input plugin.
- [#1399](https://github.com/influxdata/telegraf/issues/1399): Add `read_repairs` statistics to riak plugin.
- [#1405](https://github.com/influxdata/telegraf/issues/1405): Fix memory/connection leak in prometheus input plugin.
- [#1378](https://github.com/influxdata/telegraf/issues/1378): Trim BOM from config file for Windows support.
- [#1339](https://github.com/influxdata/telegraf/issues/1339): Prometheus client output panic on service reload.
- [#1412](https://github.com/influxdata/telegraf/pull/1412): Instrumental output has better reconnect behavior

## v1.0 beta 2 [2016-06-21]

### Features

- [#1369](https://github.com/influxdata/telegraf/pull/1480): add ability to read redis from a socket.
- [#1387](https://github.com/influxdata/telegraf/pull/1387): **Breaking Change** - Redis `role` tag renamed to `replication_role` to avoid global_tags override
- [#1437](https://github.com/influxdata/telegraf/pull/1437): Fetching Galera status metrics in MySQL
Expand Down