bobbyiliev / introduction-to-bash-scripting

Free Introduction to Bash Scripting eBook
https://ebook.bobby.sh
MIT License
4.38k stars 449 forks source link

Bash script observability #157

Open agardnerIT opened 3 months ago

agardnerIT commented 3 months ago

Hi, I found this on dev.to and thought a good inclusion would perhaps be my project https://github.com/agardnerIT/tracepusher/blob/main/samples/script.sh

Why?

Running a bash script is fine, but you (and others in the organisation) usually will need visibility of how that script ran. How long did it take, was it successful etc. That's what tracepusher + OpenTelemetry bring