Skip to content

Commit

Permalink
[#141] Upgraded dropwizard-metrics-influxdb to 1.3.4 + docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ieugen committed Jan 25, 2024
1 parent 8a309cf commit 75937cd
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 4 deletions.
2 changes: 2 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ Project was migrated to clj-commons org and new source is [clj-commons/metrics-c
- Added ORIGINATOR and CODEOWNERS files.
- Renamed links to use new github url
- Fixed readthedocs publishing - account was transfered to @ieugen
- Upgraded com.izettle/dropwizard-metrics-influxdb to 1.3.4 since 1.2.4 is no longer on Maven Central.
- Added bb.edn with test task to automate project testing

### Dockerfile for documentation build

Expand Down
5 changes: 5 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,11 @@ Add this to your `project.clj`'s dependencies:

[metrics-clojure "2.10.0"]

Or to your `deps.edn`'s `:deps` map:

metrics-clojure/metrics-clojure {:mvn/version "2.10.0"}


That's it.

Usage
Expand Down
6 changes: 5 additions & 1 deletion metrics-clojure-core/deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
:deps
{io.dropwizard.metrics/metrics-core {:mvn/version "4.0.5"},
io.dropwizard.metrics/metrics-jmx {:mvn/version "4.0.5"}},
:aliases {:clojure-1.9 {:extra-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
:aliases {;; for help: clojure -A:deps -T:build help/doc
:build {:deps {io.github.clojure/tools.build {:mvn/version "0.9.6"}
slipset/deps-deploy {:mvn/version "0.2.2"}}
:ns-default build}
:clojure-1.9 {:extra-deps {org.clojure/clojure {:mvn/version "1.9.0"}}}
:clojure-1.11 {:extra-deps {org.clojure/clojure {:mvn/version "1.11.1"}}}
:clojure-next {:extra-deps {org.clojure/clojure {:mvn/version "1.12.0-alpha5"}}}
:dev {:extra-paths ["test"]
Expand Down
2 changes: 1 addition & 1 deletion metrics-clojure-influxdb/deps.edn
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{:paths ["src" "resources"],
:deps
{metrics-clojure/metrics-clojure {:mvn/version "3.0.0-SNAPSHOT"},
com.izettle/dropwizard-metrics-influxdb {:mvn/version "1.2.4"}}}
com.izettle/dropwizard-metrics-influxdb {:mvn/version "1.3.4"}}}
3 changes: 1 addition & 2 deletions metrics-clojure-influxdb/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@
:license {:name "MIT"}
:profiles {:dev {:global-vars {*warn-on-reflection* true}}}
:dependencies [[metrics-clojure "3.0.0-SNAPSHOT"]
;; FIXME: not yet released upstream
[com.izettle/dropwizard-metrics-influxdb "1.2.4"]])
[com.izettle/dropwizard-metrics-influxdb "1.3.4"]])

0 comments on commit 75937cd

Please sign in to comment.