Skip to content

Instantly share code, notes, and snippets.

View rubenvp8510's full-sized avatar
🎯
Focusing

Ruben Vargas rubenvp8510

🎯
Focusing
View GitHub Profile
<!DOCTYPE HTML>
<html>
<head>
<title>Full Screen</title>
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="apple-mobile-web-app-title" content="Full Screen">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, minimal-ui">
<link rel="stylesheet" type="text/css" href="http://cdn.app-framework-software.intel.com/2.1/af.ui.css" />
<link rel="stylesheet" type="text/css" href="http://cdn.app-framework-software.intel.com/2.1/icons.css" />
apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
name: my-cluster
spec:
kafka:
image: registry.redhat.io/amq7/amq-streams-kafka-23:1.3.0
version: 2.3.0
replicas: 1
listeners:
# setup an elasticsearch with `make es`
# setup a kafka platform with `make kafka` See https://strimzi.io for more information
apiVersion: jaegertracing.io/v1
kind: Jaeger
metadata:
name: simple-streaming
spec:
strategy: streaming
collector:
image: jaegertracing/jaeger-collector:1.14.0
apiVersion: kafka.strimzi.io/v1beta1
kind: Kafka
metadata:
name: my-cluster
spec:
kafka:
version: 2.4.0
replicas: 1
listeners:
plain: {}
@rubenvp8510
rubenvp8510 / collector cmd
Last active June 25, 2021 02:43
Kafka SSL configuration
./jaeger-collector --collector.zipkin.http-port=9411 \
--span-storage.type kafka \
--kafka.producer.authentication=tls \
--kafka.producer.tls.ca=/home/rvargasp/kafka_2.12-2.2.1/config/ssl/ca-cert \
--kafka.producer.tls.cert=/home/rvargasp/kafka_2.12-2.2.1/config/ssl/cert-client-signed \
--kafka.producer.tls.key=/home/rvargasp/kafka_2.12-2.2.1/config/ssl/client_key.pem \
--kafka.producer.brokers=kafka:9093 \
--kafka.producer.topic=jaeger \
--kafka.producer.encoding=json
/jaeger-collector --collector.zipkin.http-port=9411 '\
--span-storage.type kafka --kafka.producer.authentication=tls \
--kafka.producer.tls.ca=/home/rvargasp/kafka_2.12-2.2.1/config/ssl/ca-cert \
--kafka.producer.tls.cert=/home/rvargasp/kafka_2.12-2.2.1/config/ssl/cert-client-signed \
--kafka.producer.tls.key=/home/rvargasp/kafka_2.12-2.2.1/config/ssl/client_key.pem \
--kafka.producer.brokers=kafka:9093 --kafka.producer.topic=jaeger --kafka.producer.encoding=json\
--kafka.producer.tls.enabled=true
@rubenvp8510
rubenvp8510 / MyComponentJsDoc.vue
Created June 16, 2020 19:56 — forked from lbssousa/MyComponentJsDoc.vue
A little cheatsheet of how to write type-safe Vue single file components, using either TypeScript or JSDoc comments (reference: https://blog.usejournal.com/type-vue-without-typescript-b2b49210f0b)
<template>
<div>
<slot/>
</div>
</template>
<script>
// @ts-check
/**
package main
import (
"fmt"
"io"
"time"
"crypto/rand"
"github.com/opentracing/opentracing-go"
This document provides serves as a summary of all the information regarding to how to operate tempo.
@rubenvp8510
rubenvp8510 / tempoops.md
Last active December 14, 2022 06:39
Tempo Operations

This document serves as a summary of all the information regarding of the tempo operational aspects.

Instrumentation

Tempo is instrumented and provides three ways of monitoring it: