Skip to content

Commit

Permalink
Add jaeger-postgresql to storage plugins list (#684)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
This PR lists the postgres-jaeger storage plugin that I maintain to the
storage plugins list.


## Description of the changes
Adds a link to the storage plugin list.

## How was this change tested?
It was visually checked.

![image](https://github.com/jaegertracing/documentation/assets/3454480/75592214-10c7-4338-b3f7-c5d009386eef)

## Checklist
- [X] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [X] I have signed all commits
- [X] I have added unit tests for the new functionality
- [X] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `yarn lint` and `yarn test`

Signed-off-by: John Rowley <[email protected]>
  • Loading branch information
robbert229 authored Mar 22, 2024
1 parent 562fba4 commit 4d627e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/next-release/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -652,7 +652,7 @@ Available sidecar plugins:
* [InfluxDB](https://github.com/influxdata/influxdb-observability/blob/main/jaeger-influxdb/README.md) - time series database.
* [Logz.io](https://github.com/logzio/jaeger-logzio) - secure, scalable, managed, cloud-based ELK storage.
* [ClickHouse](https://github.com/jaegertracing/jaeger-clickhouse) - fast open-source OLAP DBMS.
* [PostgreSQL](https://github.com/robbert229/jaeger-postgresql) - a powerful, open source object-relational database system.
### Compatible Backends
* ScyllaDB [can be used](https://github.com/jaegertracing/jaeger/blob/main/plugin/storage/scylladb/README.md) as a drop-in replacement for Cassandra since it uses the same data model and query language.
Expand Down

0 comments on commit 4d627e8

Please sign in to comment.