Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jorgechato/adidas-prometheus
Repository to hold adidas prometheus code
https://github.com/jorgechato/adidas-prometheus
Last synced: 27 days ago
JSON representation
Repository to hold adidas prometheus code
- Host: GitHub
- URL: https://github.com/jorgechato/adidas-prometheus
- Owner: jorgechato
- Created: 2017-11-27T20:56:57.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-27T09:19:21.000Z (about 7 years ago)
- Last Synced: 2024-11-07T10:46:06.277Z (3 months ago)
- Language: HTML
- Size: 10.3 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Training Deep Dive: Monitoring Microservices with Prometheus
This is an epic training course all about the Microservices monitoring application Prometheus.
See the [abstract](./abstract.md) for full details of content.
## Running the Presentation
This was developed using my own template. To run using that template:
```bash
cd slides
./build.sh
python3 -m http.server
```This will concatenate the markdown files into a single file, then start a python http server. Then
just browse to: [http://localhost:8000](http://localhost:8000).Alternatively, use the CS template.
## Workshop VMs
The workshops were created using this infrastructure:
[https://github.com/ContainerSolutions/training-modules/tree/b0f6095bda2277dc633965a36e34e6964d9e9244/infrastructure/docker-workshop](https://github.com/ContainerSolutions/training-modules/tree/b0f6095bda2277dc633965a36e34e6964d9e9244/infrastructure/docker-workshop)Users will need to clone the workshop materials onto the VM.
Users can use the markdown files in github, or get a copy of the PDFs.
## Create the PDFs
To create the Slide PDFs, I've found it easiest just to use Chrome's `Print->Save as PDF` feature.
To create the workshop PDFs you will need pandoc installed.
Then run:
```bash
./pdfs
```