https://github.com/miikka/cache-metrics
Instrumentation for core.cache caches
https://github.com/miikka/cache-metrics
cache clojure dropwizard instrumentation metrics
Last synced: 3 months ago
JSON representation
Instrumentation for core.cache caches
- Host: GitHub
- URL: https://github.com/miikka/cache-metrics
- Owner: miikka
- License: epl-1.0
- Created: 2018-06-24T10:53:40.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-07T17:12:16.000Z (almost 6 years ago)
- Last Synced: 2025-09-20T08:32:08.078Z (3 months ago)
- Topics: cache, clojure, dropwizard, instrumentation, metrics
- Language: Clojure
- Homepage:
- Size: 40 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# cache-metrics [](https://cljdoc.org/d/cache-metrics/cache-metrics/CURRENT)
A Clojure library for instrumenting [core.cache](https://github.com/clojure/core.cache) caches with [Dropwizard Metrics](https://metrics.dropwizard.io).
## Latest version
```clojure
[cache-metrics "0.1.3"]
```
## Usage
See [the documentation](https://cljdoc.xyz/d/cache-metrics/cache-metrics/CURRENT/api/cache-metrics.core).
## License
Copyright © Miikka Koskinen.
Distributed under the Eclipse Public License either version 1.0 or (at
your option) any later version.