fish: add otel env vars
This commit is contained in:
parent
dba48cb52f
commit
4ec068ddad
1 changed files with 8 additions and 1 deletions
|
@ -18,6 +18,11 @@ if status is-interactive
|
||||||
export PAGER="bat"
|
export PAGER="bat"
|
||||||
export BAT_PAGER="less -r"
|
export BAT_PAGER="less -r"
|
||||||
|
|
||||||
|
## OpenTelemetry
|
||||||
|
export OTEL_EXPORTER_OTLP_ENDPOINT=https://otel.aarn.shelman.io
|
||||||
|
export OTEL_RESOURCE_ATTRIBUTES=instance=dln-dev
|
||||||
|
export OTEL_LOG_LEVEL=debug
|
||||||
|
|
||||||
## Utilities
|
## Utilities
|
||||||
|
|
||||||
function tree
|
function tree
|
||||||
|
@ -43,7 +48,9 @@ if status is-interactive
|
||||||
|
|
||||||
## Kubernetes
|
## Kubernetes
|
||||||
fish_add_path $HOME/.krew/bin
|
fish_add_path $HOME/.krew/bin
|
||||||
alias kubectl=kubecolor
|
# function kubectl --wraps kubectl
|
||||||
|
# command kubecolor $argv
|
||||||
|
# end
|
||||||
|
|
||||||
## History
|
## History
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue