Commit ef8c75c
authored
docs: clarify downstream adapter validation requirements (#2101)
## Summary
- document that downstream `MultiCollector` adapters must expose
registration metadata that matches the metric families they emit at
scrape time
- make the newer suffix/collision validation model more explicit for
adapter maintainers
## Why
- the existing release notes already describe the suffix-handling and
collision-model change
- what was missing was explicit guidance that downstream adapters also
need their registration-time metadata to stay aligned with emitted
`MetricSnapshot` families
## Testing
- `mise run lint`1 parent b5137b2 commit ef8c75c
2 files changed
Lines changed: 14 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
28 | 34 | | |
29 | 35 | | |
30 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
119 | 127 | | |
120 | 128 | | |
121 | 129 | | |
| |||
0 commit comments