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
<match smartnews.user_activity> | |
type copy | |
<store> | |
type flowcounter | |
count_keys * | |
unit second | |
aggregate all | |
tag fluentd.flowcounter.smartnews.user_activity | |
@label @dogstatsd | |
</store> |
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
#!/bin/bash | |
# venv.sh | |
# | |
# Installation: | |
# Add this line to your .bashrc or .bash-profile: | |
# | |
# source /path/to/venv.sh | |
# | |
# Whenever a directory has a file called `.venv` its contents | |
# will be interpreted as the path to a base directory of |