stp-o11y

https://SplashtopInc.github.io/stp-o11y/

chart github pages

Use this chart

helm repo add stp-o11y https://SplashtopInc.github.io/stp-o11y/

helm search repo stp-o11y -l

Local build chart

git checkout master
helm dependency build --skip-refresh

## make some magic 🚨 🚨 🚨 do not forget update version in Chart.yaml 🚨 🚨 🚨

Local package chart

## make some magic 🚨 🚨 🚨 do not forget update version in Chart.yaml 🚨 🚨 🚨

helm package .

Local release chart

git switch gh-pages

git pull origin gh-pages

rm -rf charts

helm repo index --url "" .

git add .

## 🚨 🚨 🚨 only need commit `index.yaml` and `stp-o11y-x.x.x.tgz` 🚨 🚨 🚨
git status

git commit -a -m "release version"

git push origin gh-pages

Share files

share_files folder is used to serve common config or other files for o11y usage.

Opentelemetry collector config.yaml

Opentelemetry allows to use HTTP URL to download config file. link

Use below as the CMD for opentelemetry collector container.

--config=https://splashtopinc.github.io/stp-o11y/share_files/<file-name>