This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| function @gsm | |
| git switch main | |
| end | |
| function gs | |
| git status | |
| end | |
| function @greset | |
| git fetch origin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Histograms | |
| # References | |
| - Developer Guide Prometheus Native Histograms | |
| - https://docs.google.com/document/d/1VhtB_cGnuO2q_zqEMgtoaLDvJ_kFSXRXoE0Wo74JlSY/edit?tab=t.0#heading=h.ddnr5f52iyta | |
| - Exponential Histograms Open telemetry documentation https://opentelemetry.io/blog/2023/exponential-histograms/ | |
| - Using OpenTelemetry’s Exponential Histograms in Prometheus - Ruslan Kovalov & Ganesh Vernekar | |
| - https://www.youtube.com/watch?v=W2_TpDcess8&ab_channel=CNCF%5BCloudNativeComputingFoundation%5D |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # How to run the prometheusremotewritereceiver in your local environment |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| How to find what ports are being used | |
| - sudo lsof -i -P -n |