Change last URL from stackforge to openstack
Also remove a trailing space from run_maven.sh Change-Id: I35b929a91e6dcbccd30d11263e0c3bf673e21040
This commit is contained in:
parent
8892699305
commit
c3568930f6
@ -36,7 +36,7 @@ if [ $RUN_BUILD = "true" ]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
# Invoke the maven 3 on the real pom.xml
|
# Invoke the maven 3 on the real pom.xml
|
||||||
( cd thresh; ${MVN} -DgitRevision=`git rev-list HEAD --max-count 1 --abbrev=0 --abbrev-commit` $* )
|
( cd thresh; ${MVN} -DgitRevision=`git rev-list HEAD --max-count 1 --abbrev=0 --abbrev-commit` $* )
|
||||||
|
|
||||||
RC=$?
|
RC=$?
|
||||||
|
|
||||||
|
@ -71,7 +71,7 @@ public class StatsdMetricConsumer implements IMetricsConsumer {
|
|||||||
String statsdDimensions = defaultDimensions;
|
String statsdDimensions = defaultDimensions;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* https://github.com/stackforge/monasca-agent#statsd
|
* https://github.com/openstack/monasca-agent#statsd
|
||||||
*
|
*
|
||||||
* Example metric produced from this code from Monasca statsd
|
* Example metric produced from this code from Monasca statsd
|
||||||
* filtering-bolt.sendqueue.read_pos:69
|
* filtering-bolt.sendqueue.read_pos:69
|
||||||
|
Loading…
x
Reference in New Issue
Block a user