2021-07-13 13:36:45 by Benny Siegert | Files touched by this commit (132) | |
Log message:
Revbump all Go packages after go116 update
|
2021-06-23 21:12:52 by Tobias Nygren | Files touched by this commit (3) | |
Log message:
promscale: update to 0.4.1
0.4.1:
This is a bug fix release. This fixes a bug with Promscale on TimescaleDB 2.3.
It also adds some bug and security fixes. We deem this upgrade low priority:
you should only update if you are switching to TimescaleDB 2.3.
0.4.0:
At a high level, this release contains:
Stable version of new HA system (was previously experimental)
Support for multi-tenancy
Improved PostgreSQL permissions
Add text format ingest
Improvements to locking behavior
Stable version of new HA system
|
2021-06-06 14:19:04 by Benny Siegert | Files touched by this commit (203) | |
Log message:
Revbump all Go packages after go116 update
|
2021-05-08 17:02:47 by Benny Siegert | Files touched by this commit (216) | |
Log message:
Revbump all Go packages after go116 update
|
2021-04-25 12:11:10 by Tobias Nygren | Files touched by this commit (4) | |
Log message:
promscale: update to 0.3.0
New high-availability system (experimental)
Major performance improvements
Bug fixes
support for PostgreSQL 13
|
2021-04-04 11:58:39 by Tobias Nygren | Files touched by this commit (3) |
Log message:
promscale: fix failure to start w/ PostgreSQL 13. From upstream. Bump.
|
2021-04-03 19:31:05 by Tobias Nygren | Files touched by this commit (2) | |
Log message:
promscale: update to 0.2.1
This adds support for TimescaleDB 2.1.
|
2021-03-19 18:37:10 by Benny Siegert | Files touched by this commit (215) | |
Log message:
Revbump all Go packages after go115 update
|
2021-02-13 12:40:00 by Tobias Nygren | Files touched by this commit (3) | |
Log message:
promscale: update to 0.2.2.0
Adds support for Multinode TimescaleDB.
Improved promQL query latency by 4x in some cases.
Reduced I/O used by the PostgreSQL stats collector substantially by
changing autovacuum settings.
Fixed metrics produced by Promscale itself
PromQL engine supports @ modifier which is disabled by default.
(see promql-evaluation-flags)
Added configuration for query timeout and default step interval
Improved UX
Notes for people upgrading from 0.1.4 and before
The CLI and ENV option install-timescaledb was renamed to install-extension
Two new flags are added upgrade-extensions by default set to true will
upgrade extensions if newer versions are available and
upgrade-prerelease-extensions by default set to false enabling it will
upgrade extensions to pre-prelease versions if pre-release versions are
available.
We have changed the namespace of the metrics Promscale itself exposes from
ts_prom to promscale. We have also updated the PromQL engine based metrics
to have namespace as promscale instead of prometheus. So, metrics like
prometheus_engine_query_duration_seconds will now be
promscale_engine_query_duration_seconds.
If running into ERROR: out of shared memory (SQLSTATE 53200) during upgrade,
please increase your max_locks_per_transaction setting.
Notes for people upgrading timescaleDB 1.x -> 2.x
You should run
SELECT remove_compression_policy(format('prom_data.%I', table_name),
if_exists=>true) FROM _prom_catalog.metric;
after the upgrade. This cleans up the old way of running compression jobs,
compression will still work (just in the new way).
Prom-Migrator
Adds support for concurrent pulling and pushing to improve migration
throughput. (Please note concurrent push is disabled by default as we've
seem some issues migrating data to Thanos concurrently, which we are still
working out).
|
2021-01-23 15:23:16 by Benny Siegert | Files touched by this commit (209) | |
Log message:
Revbump all Go packages after go115 update
|