jaegertracing / documentation

Documentation/website for the Jaeger Distributed Tracing project.
https://jaegertracing.io/
Apache License 2.0
65 stars 158 forks source link

Add jaeger-postgresql to storage plugins list #684

Closed robbert229 closed 5 months ago

robbert229 commented 5 months ago

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

Checklist

netlify[bot] commented 5 months ago

Deploy Preview for romantic-neumann-1959d7 ready!

Name Link
Latest commit 63b6bf8dca32856789683e720904e7481f418b30
Latest deploy log https://app.netlify.com/sites/romantic-neumann-1959d7/deploys/65f374e667024f00080fe777
Deploy Preview https://deploy-preview-684--romantic-neumann-1959d7.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

robbert229 commented 5 months ago

Good question, as soon as v2 gets to a mature state I plan on making the migration immediately.

yurishkuro commented 5 months ago

@robbert229 is it implemented as a go-plugin or gRPC server? We plan to sunset the go-plugin support and only support remote servers implementing Remote Storage API (which is mostly how go-plugin also works plus some sidecar mechanics). In Jaeger-v2 the gRPC path is already supported (but we also plan to introduce a V2 Storage API that will be batch-based, not single span like V1 API).

robbert229 commented 5 months ago

It's implemented as a gRPC Server.

I will say that the gRPC server experience is significantly better in my opinion than the original plug-in developer experience.

(I am excitedly waiting for the v2 storage api)

yurishkuro commented 5 months ago

I will say that the gRPC server experience is significantly better in my opinion than the original plug-in developer experience.

this is why we want to sunset the latter :-). https://github.com/jaegertracing/jaeger/issues/4647