Skip to content
This repository has been archived by the owner on Oct 15, 2022. It is now read-only.

[Issue 81] Python 3 version of Statsite Sink and Vagrant update #82

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hkp
Copy link

@hkp hkp commented Jul 13, 2020

Synthesize wasn't working for master, v4.0.0 and v.3.0.1. I did a quick port of the Python 2 script since that was what the errors were about. I decided to add it to this repo, since I didn't know if statsite would take the Python3 script, but I know that synthesize is dependent on this. Added the related change to Vagrantfile, so it'll work from the current instructions.

hkp added 2 commits July 13, 2020 09:00
Fix to get StatsD reporting to work - Python2 -> Python3 port of script from statsite
Fix to get StatsD reporting to work - related default Vagrant update to use the Python3 version of the statsite sink script
@hkp hkp changed the title [Issue 80] Python 3 version of Statsite Sink and Vagrant update [Issue 81] Python 3 version of Statsite Sink and Vagrant update Jul 13, 2020
@@ -4,14 +4,49 @@
# Vagrantfile API/syntax version. Don't touch unless you know what you're doing!
VAGRANTFILE_API_VERSION = "2"

METRIC_SERVER_IP="10.0.1.110"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Are you sure that section is needed?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was for a code interview, so this is not needed for most people. I was setting up a multi-node environment and needed that variable so the nodes would know where to send the stats data.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants