-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add logzio storage plugin #344
Add logzio storage plugin #344
Conversation
Signed-off-by: yyyogev <[email protected]>
@@ -398,6 +398,7 @@ Jaeger supports gRPC based storage plugins. For more information refer to [jaege | |||
|
|||
Available plugins: | |||
|
|||
* [Logz.io](https://github.com/logzio/jaeger-logzio) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- please move into second place
- this is not an open-source backend, correct? Please clarify that this is commercially hosted storage
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@yurishkuro is this clear enough?
Signed-off-by: yyyogev <[email protected]>
@@ -27,7 +27,7 @@ Jaeger backend, Web UI, and instrumentation libraries have been designed from gr | |||
## Multiple storage backends | |||
|
|||
Jaeger supports two popular open source NoSQL databases as trace storage backends: Cassandra 3.4+ and Elasticsearch 5.x/6.x/7.x. | |||
There are ongoing community experiments using other databases, such as ScyllaDB, InfluxDB, Amazon DynamoDB. Jaeger also ships | |||
There are ongoing community experiments using other databases, such as Logz.io ,ScyllaDB, InfluxDB, Amazon DynamoDB. Jaeger also ships |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are ongoing community experiments using other databases, such as Logz.io ,ScyllaDB, InfluxDB, Amazon DynamoDB. Jaeger also ships | |
There are ongoing community experiments using other databases, such as ScyllaDB, InfluxDB, Amazon DynamoDB, Logz.io. Jaeger also ships |
@@ -399,6 +399,7 @@ Jaeger supports gRPC based storage plugins. For more information refer to [jaege | |||
Available plugins: | |||
|
|||
* [InfluxDB](https://github.com/influxdata/jaeger-influxdb/) | |||
* [Logz.io](https://github.com/logzio/jaeger-logzio) - Secure & Scalable Log Management with Cloud-Based ELK. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* [Logz.io](https://github.com/logzio/jaeger-logzio) - Secure & Scalable Log Management with Cloud-Based ELK. | |
* [Logz.io](https://github.com/logzio/jaeger-logzio) - secure, scalable, managed, cloud-based ELK storage. |
Signed-off-by: yyyogev <[email protected]>
@yurishkuro Thanks a lot! |
done |
Which problem is this PR solving?
Missing new storage plugin - logz.io
Short description of the changes
Add a link to jaeger-logzio repo