Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,13 @@
## [Unreleased]

### Added
- `ConsoleMetricsExporter` for locally debugging pipelines without an APM service.
- Built-in Elastic APM metrics exporter.
- `ConsoleMetricsExporter` for locally debugging pipelines without an APM service. (#46)
- Built-in Elastic APM metrics exporter. (#47)

### Changed
- Bumped `redis` dependency to 4.2.2.
- Dependencies for `MetricsExporter` and `PipelineLock` modules must now be installed separately through `watergrid[...]` metapackages.
- Bumped `redis` dependency to 4.2.2. (#50)
- Dependencies for `MetricsExporter` and `PipelineLock` modules must now be installed separately through `watergrid[...]` metapackages. (#54)
- Bumped `elastic-apm` to 6.9.1. (#56)

### Deprecated

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
],
extras_require={
"lock-redis": ["redis==4.2.2"],
"metrics-elasticsearch": ["elastic-apm==6.8.1"],
"metrics-elasticsearch": ["elastic-apm==6.9.1"],
},
setup_requires=["black==22.3.0"],
)