open-consul/website/content/docs/agent
Max Bowsher 57cdbc6355 Fix use of trailing dots on metric names in telemetry.mdx
In the metric documentation, some metrics are written with an extra
trailing dot character. Often this is just spurious. In some cases, it
is an allusion to the metric name having various variable dot-separated
parts (which really ought to be labels, but that's another issue).

1) Trim all the dots which are without meaning.

2) Explicitly show with placeholders in angle brackets, where there are
   variable parts.

3) Remove a `json` type indicator from a code block which was not JSON
   (rather Prometheus metrics) format, since my IDE was reporting the
   non-JSON syntax as an error.

4) Reformat each Markdown table which I had touched with other changes
   to have consistent column spacing in the source representation. As
   a result, this PR has a lot of whitespace changes, so please make use
   of GitHub's "ignore whitespace" checkbox in the PR diff viewer.

Let me know if you would prefer:

- to not accept the table spacing reformat in the same PR as other
  changes

- to not accept the table spacing reformat ever

- to have all tables in the file reformatted, not just ones touched with
  other changes
2022-06-21 04:37:08 +01:00
..
config docs: Use "error" to use standard log level value (#13507) 2022-06-20 16:07:38 -07:00
config-entries.mdx docs: simplify agent docs slugs 2022-04-11 17:38:47 -07:00
index.mdx docs: simplify agent docs slugs 2022-04-11 17:38:47 -07:00
rpc.mdx maintenance complete, pending markdown-page component addition 2020-12-16 16:55:23 -05:00
sentinel.mdx website: redirect /api to /api-docs (#12660) 2022-03-30 16:16:26 -05:00
telemetry.mdx Fix use of trailing dots on metric names in telemetry.mdx 2022-06-21 04:37:08 +01:00