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
expfmt: fix OpenMetrics 2.0 decoder error, format docs, and encoder version dispatch (#968)
* expfmt: fix OpenMetrics 2.0 decoder error, format docs, and encoder version dispatch
- Return unsupported format error in NewDecoder for OpenMetrics 2.0.
- Clarify experimental encode-only status and ignored EncoderOptions in doc comments.
- Use mime.ParseMediaType in NewEncoder for clean version dispatch.
Signed-off-by: David Ashpole <dashpole@google.com>
* Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Signed-off-by: David Ashpole <dashpole@google.com>
* Address Copilot review feedback: update NewDecoder and OpenMetrics 2.0 doc comments
Signed-off-by: David Ashpole <dashpole@google.com>
---------
Signed-off-by: David Ashpole <dashpole@google.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
0 commit comments