You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add PR reference to TODO comment about LabelNames replacement (#15)
* 💡(metadata_query): Add PR reference to TODO comment about LabelNames replacement
[Explanation: Added GitHub PR link (#1850) to existing TODO comment to provide context for future type replacement from []string to model.LabelNames]
* 💡(labels.go): Improve TODO comment clarity and formatting
```diff
-// TODO: replace []string with model.LabelNames ? prometheus/client_golang#1850
+// TODO: Replace []string with model.LabelNames (see prometheus/client_golang#1850).
```
0 commit comments