Skip to content

Commit

Permalink
fix: link
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Nov 18, 2024
1 parent 1df46b2 commit bff7aa2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

### Metrics

- Added [if](http://localhost:8080/get/querying-metrics.html#grouping) function to conditionally join timeseries.
- Added [if](https://uptrace.dev/get/querying-metrics.html#if) function to conditionally join timeseries.

For example, you can use `if` to calculate the hit rate only if the number of hits and misses exceeds a certain threshold:

Expand All @@ -18,7 +18,7 @@

![Fill holes](./image/2024-11-18_fill-holes.png)

- Added `clamp_min` and `clamp_max` [transform](https://uptrace.dev/get/querying-metrics.html#grouping) functions.
- Added `clamp_min` and `clamp_max` [transform](https://uptrace.dev/get/querying-metrics.html#transform) functions.

### Tracing

Expand Down

0 comments on commit bff7aa2

Please sign in to comment.