Skip to content

Commit

Permalink
Remove Promscale from docs (#601)
Browse files Browse the repository at this point in the history
[Promscale has been
discontinued](timescale/promscale#1836 (comment))
  • Loading branch information
yurishkuro committed Feb 8, 2023
1 parent 0bd2f40 commit 0d006f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 7 deletions.
4 changes: 2 additions & 2 deletions content/docs/next-release/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Uber published a blog post, [Evolving Distributed Tracing at Uber](https://eng.u
* [OpenTracing](http://opentracing.io/)-inspired data model
* Uses consistent upfront sampling with individual per service/endpoint probabilities
* Multiple built-in storage backends: Cassandra, Elasticsearch, in-memory
* Community supported external storage backends via gRPC plugin: [PostgreSQL with Promscale](https://github.com/timescale/promscale#promscale-for-jaeger-and-opentelemetry), [ClickHouse](https://github.com/jaegertracing/jaeger-clickhouse)
* Community supported external storage backends via gRPC plugin: [ClickHouse](https://github.com/jaegertracing/jaeger-clickhouse)
* System topology graphs
* Adaptive sampling
* Post-collection data processing pipeline (coming soon)
Expand All @@ -49,8 +49,8 @@ See [Features](./features/) page for more details.
* [Kafka](./deployment/#kafka)
* memory storage
* certified grpc-plugins:
* [PostgreSQL with Promscale](./deployment/#remote-storage-model)
* [ClickHouse](./deployment/#sidecar-model)

## Quick Start
See [running a docker all in one image](getting-started#all-in-one).

Expand Down
6 changes: 2 additions & 4 deletions content/docs/next-release/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -764,11 +764,9 @@ docker run \
jaegertracing/all-in-one:{{< currentVersion >}}
```
Available remote storage backends:
Known remote storage backends:
* [PostgreSQL with Promscale](https://github.com/timescale/promscale#promscale-for-jaeger-and-opentelemetry) - Jaeger and Prometheus storage backend built on PostgreSQL. For more information, see [sending data using the Jaeger Collector](https://docs.timescale.com/promscale/latest/send-data/jaeger/).
* Implements full Jaeger's Remote Storage API; can be used as a span storage backend.
* Supports remote storage API for Prometheus, thus can be used as a metrics storage backend for [SPM](../spm).
* N/A
## Metrics Storage Backends
Expand Down
2 changes: 1 addition & 1 deletion content/docs/next-release/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Since v1.35, the Jaeger backend can receive trace data from the OpenTelemetry SD

Jaeger can be used with a growing a number of storage backends:
* It natively supports two popular open source NoSQL databases as trace storage backends: Cassandra 3.4+ and Elasticsearch 5.x/6.x/7.x.
* It integrates via a gRPC API with other well known databases that have been certified to be Jaeger compliant: [PostgreSQL with Promscale](https://github.com/timescale/promscale#promscale-for-jaeger-and-opentelemetry), [ClickHouse](https://github.com/jaegertracing/jaeger-clickhouse).
* It integrates via a gRPC API with other well known databases that have been certified to be Jaeger compliant: [ClickHouse](https://github.com/jaegertracing/jaeger-clickhouse).
* There is embedded database support using [Badger](https://github.com/dgraph-io/badger) and simple in-memory storage for testing setups.
* There are ongoing community experiments using other databases, such as ScyllaDB, InfluxDB, Amazon DynamoDB, Logz.io.

Expand Down

0 comments on commit 0d006f0

Please sign in to comment.