jaeger-rockset

module
v0.0.11 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 2, 2024 License: Apache-2.0

README

Rockset Span Storage Plugin for Jaeger

This is a gRPC storage plugin for Jaeger that stores spans in Rockset.

It stores spans in a Rockset collection, with each span as a document in the collection, and allows querying and visualization of traces in Jaeger.

Kubernetes Deployment

Configmap for Rockset plugin

apiVersion: v1
kind: ConfigMap
metadata:
  name: jaeger-rockset
  labels:
    jaeger-rockset: test
data:
  config.yaml: |
    apiserver: api.usw2a1.rockset.com
    apikey: ...
    config:
      workspace: tracing
      spans: spans
      operations: operations

Jaeger deployment with Rockset plugin

apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
  name: jaeger-rockset
  labels:
    jaeger-rockset: test
spec:
  storage:
    type: grpc-plugin
    grpcPlugin:
      image: rockset/jaeger-rockset:latest
    options:
      grpc-storage-plugin:
        binary: /plugin/jaeger-rockset
        configuration-file: /plugin-config/config.yaml
        log-level: debug
  volumeMounts:
    - name: plugin-config
      mountPath: /plugin-config
  volumes:
    - name: plugin-config
      configMap:
        name: jaeger-rockset

Directories

Path Synopsis
cmd
jaeger-rockset command

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL