-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,15 @@ | ||
<p align="center"><img alt="exponential-buckets-explorer" src="https://github.com/DDtKey/exponential-buckets-explorer/raw/main/assets/images/logo.png"></p> | ||
|
||
A simple web page and desktop application for calculating buckets based on the exponential function. | ||
|
||
Available at [buckets-exp.ddtkey.com](https://buckets-exp.ddtkey.com/), the desktop version can be downloaded from the release page: [latest](https://github.com/DDtKey/exponential-buckets-explorer/releases/latest) | ||
|
||
Can be useful for checking parameters when configuring histograms in Prometheus, for example: | ||
- rust: [exponential_buckets](https://docs.rs/prometheus/0.13.3/prometheus/fn.exponential_buckets.html) | ||
- go: [ExponentialBuckets](https://pkg.go.dev/github.com/prometheus/client_golang/prometheus#ExponentialBuckets) | ||
|
||
The application is built on [Leptos] and [Tauri]. | ||
|
||
|
||
[Leptos]: https://github.com/leptos-rs/leptos | ||
[Tauri]: https://github.com/tauri-apps/tauri |