Skip to content

Fix monitoring metrics format in provider guide#2

Merged
jdevera merged 2 commits into
mainfrom
port-fix-metrics-doc
May 17, 2026
Merged

Fix monitoring metrics format in provider guide#2
jdevera merged 2 commits into
mainfrom
port-fix-metrics-doc

Conversation

@jdevera
Copy link
Copy Markdown
Owner

@jdevera jdevera commented May 17, 2026

Summary

Port of upstream PR criteo#198 onto the fork's main.

Two doc-only commits to gh-pages/content/en/docs/overview/provider-guide.md:

  • Fix the Graphite path described in the provider guide (was off in segment count and metric leaf names)
  • Add language tag to the fenced code block (markdown lint)

The original branch fix-metrics-doc (which still backs PR criteo#198 upstream) is untouched.

Test plan

  • Local build passes
  • CI passes on this branch

jdevera added 2 commits May 17, 2026 16:01
The documented graphite path and metric set did not match the actual
emission. Update the provider guide to describe:

- the six-segment path including the user partition between command name
  and metric leaf
- the four metric leaves (count, duration, ok, ko) as independent siblings
  rather than ok/ko compounds of count and duration
- the nanosecond unit on duration
- the three lines emitted per invocation
Fixes markdownlint MD040 (fenced-code-language) reported by the
gh-pages CI lint job. The new code block in the Monitoring section
of the provider guide was missing a language tag; using `text` to
match the existing convention elsewhere in the file.
@jdevera jdevera merged commit 425201d into main May 17, 2026
16 checks passed
@jdevera jdevera deleted the port-fix-metrics-doc branch May 17, 2026 15:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant