File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ change to it is validated and cascades down to:
5454
5555Additionally, it features OpenTelemetry in both browser (automatic and
5656manual 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
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments