Skip to content

Commit a84b2df

Browse files
chanjunrenclaude
andcommitted
🐛 fix wikilink anchor syntax breaking docusaurus build
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent fe1c6f1 commit a84b2df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

www/docs/zettelkasten/infrastructure/monitoring/micrometer_metric_types.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ timer.record(() -> {
6969
timer.record(Duration.ofMillis(123));
7070
```
7171

72-
**Prometheus Export**: Becomes [[prometheus_data_types#Histograms|Histogram]] (default) or Summary
72+
**Prometheus Export**: Becomes [[prometheus_data_types]] Histogram (default) or Summary
7373
- Exported as: `http_request_duration_seconds_*`
7474
- `_count` - total number of events
7575
- `_sum` - total duration in seconds
@@ -167,7 +167,7 @@ summary.record(1024); // Record 1KB
167167
summary.record(2048); // Record 2KB
168168
```
169169

170-
**Prometheus Export**: Becomes [[prometheus_data_types#Histograms|Histogram]] or Summary (same as Timer, but for sizes not durations)
170+
**Prometheus Export**: Becomes [[prometheus_data_types]] Histogram or Summary (same as Timer, but for sizes not durations)
171171
- Exported as: `request_size_bytes_*`
172172
- Same bucket/percentile behavior as Timer
173173

0 commit comments

Comments
 (0)