Skip to content

Instantly share code, notes, and snippets.

View eladidan's full-sized avatar

Idan Elad eladidan

  • Brex
  • San Francisco
View GitHub Profile
@eladidan
eladidan / docker-compose.yaml
Created July 21, 2023 19:59
otel+jaeger local (traces)
version: "2"
services:
# Jaeger
jaeger-all-in-one:
image: jaegertracing/all-in-one:latest
restart: always
ports:
- "16686:16686"
- "14268"
@eladidan
eladidan / README.md
Last active July 1, 2022 22:32
DD: Batch update SLOS

Usage

To run this, first initialize DD secrets from 1Password via:

eval $(op signin my)
DD_API_KEY=`op get item jmmuyt4oreaw2fkkega2x4vuqq --fields password` \
DD_APP_KEY=`op get item 6lwjvw53rhtxcmw6gwuyccutpq --fields password` \

Edit the code to update the old and new team tags

Keybase proof

I hereby claim:

  • I am eladidan on github.
  • I am eladidan (https://keybase.io/eladidan) on keybase.
  • I have a public key ASC42WZNvhQJ0IVFXSZkkbbdf7xhGvA_pqwSZ-Iu_lO1Lgo

To claim this, I am signing this object:

version: '2'
services:
airflow:
image: puckel/docker-airflow:1.8.0
restart: always
environment:
- LOAD_EX=n
- EXECUTOR=Local
volumes:
- ./etl/data:/usr/local/airflow/data.sqlite3
@eladidan
eladidan / node8-pg-upgrade-process.out
Created November 2, 2017 11:30
node 8 pg upgrade process out
line 14199: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
line 19366: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
line 28480: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
Statistical profiling result from isolate-0x1e87030-v8.log, (42518 ticks, 587 unaccounted, 0 excluded).
[Shared libraries]:
ticks total nonlib name
17068 40.1% /usr/local/bin/node
10713 25.2% /lib/x86_64-linux-gnu/libc-2.19.so
3427 8.1% /lib/x86_64-linux-gnu/libpthread-2.19.so
@eladidan
eladidan / node8_processed.out
Created November 2, 2017 09:40
node 8 processed out
line 8932: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
line 11984: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
line 15644: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
Code move event for unknown code: 0x3ce35edb9360
Code move event for unknown code: 0x3ce35f114fc0
Code move event for unknown code: 0x3ce35f13e7e0
Code move event for unknown code: 0x3ce35f3e5460
Statistical profiling result from isolate-0x22169d0-v8.log, (49600 ticks, 3061 unaccounted, 0 excluded).
[Shared libraries]:
@eladidan
eladidan / node5_processed.out
Created November 2, 2017 09:37
node 5 processed out
line 14199: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
line 19366: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
line 28480: unknown code state: 4}:){6}(?:[0-9A-Fa-f]{1\
Statistical profiling result from node5_isolate-0x1e87030-v8.log, (42518 ticks, 587 unaccounted, 0 excluded).
[Shared libraries]:
ticks total nonlib name
17068 40.1% /usr/local/bin/node
10713 25.2% /lib/x86_64-linux-gnu/libc-2.19.so
3427 8.1% /lib/x86_64-linux-gnu/libpthread-2.19.so