Skip to content

Commit 56d634d

Browse files
committed
notes on promscale deprecation
1 parent aecb0f6 commit 56d634d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ change to it is validated and cascades down to:
5454

5555
Additionally, it features OpenTelemetry in both browser (automatic and
5656
manual instrumentation) and backend services (manual instrumentation) via
57-
Jaeger, TimescaleDB and Promscale (certified storage backend).
57+
Jaeger, TimescaleDB and ~~Promscale~~ (discontinued, should look at options like
58+
`mimir`).
5859

5960
## Makefile alternative
6061

docker/docker-compose.otel.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,10 @@ services:
7575
# ports:
7676
# - 9093:9093/tcp
7777

78-
# see https://github.com/timescale/promscale/tree/master/docker-compose
78+
# see https://github.com/timescale/promscale/tree/master/docker-compose~
79+
# IMPORTANT: should get rid of it, discontinued
80+
# https://www.timescale.com/blog/important-news-about-promscale/
81+
# may use e.g. mimir
7982
promscale:
8083
image: timescale/promscale:latest
8184
ports:

0 commit comments

Comments
 (0)