Skip to content

Commit

Permalink
Add CI badges to front page (#22)
Browse files Browse the repository at this point in the history
* Add CI badges to front page

* Check if it's "us broken" or "them broken"

* Fix as per CI results: we'll have to try this every now and then

* Prepare for 1.0.4
  • Loading branch information
paulo-ferraz-oliveira authored Aug 15, 2023
1 parent c80a5a7 commit a53d443
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
FROM graphiteapp/graphite-statsd:1.1.10-4

ARG VSN=1.0.3
ARG VSN=1.0.4

WORKDIR /etc/service/dogstatsd-2-statsd

# Read /entrypoint to understand why we use run and /etc/service
RUN set -ex \
&& sed -i 's/8125/8135/g' /opt/statsd/config/udp.js \
&& apk add --no-cache npm=8.1.3-r0 git=2.34.7-r0 \
&& apk add --no-cache npm=8.1.3-r0 git=2.34.8-r0 \
&& git clone --depth 1 --branch $VSN https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd.git . \
&& npm install --omit=dev \
&& printf "#!/bin/bash\n\nexec node index.js" > run \
Expand Down
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# dogstatsd-2-statsd
# dogstatsd-2-statsd [![Build][build-img]][build] [![Lint][lint-img]][lint]

[build-img]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/build.yml/badge.svg
[build]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/build.yml
[lint-img]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/lint.yml/badge.svg
[lint]: https://github.com/paulo-ferraz-oliveira/dogstatsd-2-statsd/actions/workflows/lint.yml

We implement a very basic translation layer for when you're using
Datadog as a remote sink for your metrics but, e.g. locally you're using
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.3
1.0.4
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
"yaml-lint": "node_modules/.bin/yamllint -c .yaml-lint.yml .github/**/*.yml .*.yml *.yml"
},
"type": "module",
"version": "1.0.3"
"version": "1.0.4"
}

0 comments on commit a53d443

Please sign in to comment.