Releases: vmeoc/Tito
Container update to support tracing
Dsiplaying version at the top
V2.3 Update index.php
Adding Wavefont tracing (using Proxy)
Tito now sends traces to Wavefront (via proxy) with tags for home_address and work_address.
This is based on a Python script 'sendTraces.py' which sequentially reports the spans and which is launched by GetTrafficData.php.
As this is for demo purpose, all spans are fake but 'Google API calls' which is based on the real duration of the call.
Prerequisites (see below for the install and configuration script)
- Wavefront Proxy
- Python3
- "sendTraces.py" must be executable
- 'PROXY_NAME' and 'PROXY_PORT' must be configured in /etc/sysconfig/httpd
- Enable scripts execution in /etc/httpd/conf/httpd.conf for <Directory "/var/www/html">
Wavefront Proxy
docker run -d \
-e WAVEFRONT_URL=https://vmware.wavefront.com/api/ \
-e WAVEFRONT_TOKEN=7xxxxxxxxxxxxxxxxxxxxxxxxxxxx5 \
-e JAVA_HEAP_USAGE=512m \
-e WAVEFRONT_PROXY_ARGS="--traceListenerPorts 30000 --histogramDistListenerPorts 40000" \
-p 2878:2878 \
-p 30000:30000 \
-p 40000:40000 \
-p 4242:4242 \
wavefronthq/proxy:latest
Here a script to install Tito and its prerequisites on CentOS
google token and DB password are set from a central location
Merge pull request #8 from bazbill115/master DB password and Google token can now be set from a central location and a setup script has been created to update the different deployment. Thanks @bazbill115 and @burkeazbill for this.
Integrate new features coming from Tito Part 4 (Micro services to book, read and reset through Ajax calls)
Merge from Tito Part 4
Merge from https://github.com/Tito-org/tito-part4/
Include Micro services for Book, Read, Reset
Include new index.php
No wavefront name in K8
V1.9.7 removed proxy name
Last Stable Release
Wavefront OK
Log Insight OK for K8S, VMs and Tito Loader
V1.9.5
Latest Stable Release
Latest Stable Release
Amelioration de la fonction "wavefront" (algo et logs)
V1.9.3 Mise a jour du numero de version pour la release (V1.9.3)