Skip to content

Releases: vmeoc/Tito

Container update to support tracing

05 Mar 10:38
Compare
Choose a tag to compare

Update du dockerfile et fichiers associés pour le support du Tracing sur Wavefront en containers.

Dsiplaying version at the top

03 Mar 17:04
Compare
Choose a tag to compare
V2.3

Update index.php

Adding Wavefont tracing (using Proxy)

27 Jan 17:38
Compare
Choose a tag to compare

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

script.txt

google token and DB password are set from a central location

25 Jul 09:32
15e1b35
Compare
Choose a tag to compare
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)

18 Apr 14:59
Compare
Choose a tag to compare

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

04 Mar 19:39
d355c5a
Compare
Choose a tag to compare
V1.9.7

removed proxy name

Last Stable Release

07 Feb 10:39
Compare
Choose a tag to compare

Wavefront OK
Log Insight OK for K8S, VMs and Tito Loader

V1.9.5

29 Jan 09:29
Compare
Choose a tag to compare
Version V1.9.5

Latest Stable Release

21 Nov 11:50
Compare
Choose a tag to compare

Latest Stable Release

Amelioration de la fonction "wavefront" (algo et logs)

09 Oct 19:59
Compare
Choose a tag to compare
V1.9.3

Mise a jour du numero de version pour la release (V1.9.3)