Data & AI Template GFM Verified7 Columns · 5 Sample Rows

API Latency Percentiles (p50 to p99.9) Markdown Table Template

Measure service response latency distributions across p50, p90, p95, p99, and p99.9 percentiles alongside error rates.

Primary Use Case: Service level performance reviews, load testing reports, microservice health dashboards.

Interactive Template Customizer

Edit cells, add rows, or sort — changes update the markdown live
Quick Start:
#
1
GET /api/v1/health
4,200
2 ms
4 ms
5 ms
8 ms
2
POST /api/v1/tables/parse
850
18 ms
32 ms
45 ms
78 ms
3
POST /api/v1/tables/latex
420
24 ms
41 ms
58 ms
112 ms
4
GET /api/v1/analytics/query
120
85 ms
190 ms
310 ms
640 ms
5
POST /api/v1/auth/session
1,100
12 ms
21 ms
29 ms
46 ms
Flavor:
Style:
| Microservice Endpoint         | Throughput (RPS) | p50 (Median) |      p90 |      p95 | p99 (Tail) | Error Rate |
| :---------------------------- | ---------------: | -----------: | -------: | -------: | ---------: | :--------: |
| `GET /api/v1/health`          |          `4,200` |       `2 ms` |   `4 ms` |   `5 ms` |     `8 ms` |   0.00%    |
| `POST /api/v1/tables/parse`   |            `850` |      `18 ms` |  `32 ms` |  `45 ms` |    `78 ms` |   0.02%    |
| `POST /api/v1/tables/latex`   |            `420` |      `24 ms` |  `41 ms` |  `58 ms` |   `112 ms` |   0.01%    |
| `GET /api/v1/analytics/query` |            `120` |      `85 ms` | `190 ms` | `310 ms` |   `640 ms` |   0.15%    |
| `POST /api/v1/auth/session`   |          `1,100` |      `12 ms` |  `21 ms` |  `29 ms` |    `46 ms` |   0.00%    |
Convert document (PDF, Word, PPTX) → MDConverter
Rendered Preview
GitHub Flavored Markdown style
Microservice EndpointThroughput (RPS)p50 (Median)p90p95p99 (Tail)Error Rate
GET /api/v1/health4,2002 ms4 ms5 ms8 ms0.00%
POST /api/v1/tables/parse85018 ms32 ms45 ms78 ms0.02%
POST /api/v1/tables/latex42024 ms41 ms58 ms112 ms0.01%
GET /api/v1/analytics/query12085 ms190 ms310 ms640 ms0.15%
POST /api/v1/auth/session1,10012 ms21 ms29 ms46 ms0.00%

Column Architecture & Alignment Specification

Carefully chosen column alignments ensure optimal visual scannability across desktop and mobile screens:

Column HeaderAlignmentDelimiter SyntaxDesign Rationale
Microservice Endpointleft:---Standard left-aligned readable text & descriptions
Throughput (RPS)right---:Aligns numeric scale, defaults, or magnitudes
p50 (Median)right---:Aligns numeric scale, defaults, or magnitudes
p90right---:Aligns numeric scale, defaults, or magnitudes
p95right---:Aligns numeric scale, defaults, or magnitudes
p99 (Tail)right---:Aligns numeric scale, defaults, or magnitudes
Error Ratecenter:---:Centers compact status symbols, flags, or tags

Pro Tips for API Latency Percentiles (p50 to p99.9)

  • Right-align all numerical millisecond values.
  • Highlight tail latency spikes (p99 and p99.9) where degradation occurs.
  • Include overall requests-per-second (RPS) throughput context.

How to Deploy This Table Across Platforms

GitHub README & PRs

Paste raw Markdown into README.md. Leave one blank newline above and below for GFM compliance.

Obsidian PKM Vaults

Paste directly into Live Preview mode. Use wikilinks ([[Note]]) inside cells for bidirectional linking.

Notion Workspaces

Press Enter to make a fresh empty line block, then paste. Notion auto-transforms it into a native Simple Table block.

Docusaurus & VitePress

Standard GFM tables work out of the box in modern MDX engines. You can style them via custom CSS selectors.

Raw GFM Code

| Microservice Endpoint         | Throughput (RPS) | p50 (Median) |      p90 |      p95 | p99 (Tail) | Error Rate |
| :---------------------------- | ---------------: | -----------: | -------: | -------: | ---------: | :--------: |
| `GET /api/v1/health`          |          `4,200` |       `2 ms` |   `4 ms` |   `5 ms` |     `8 ms` |   0.00%    |
| `POST /api/v1/tables/parse`   |            `850` |      `18 ms` |  `32 ms` |  `45 ms` |    `78 ms` |   0.02%    |
| `POST /api/v1/tables/latex`   |            `420` |      `24 ms` |  `41 ms` |  `58 ms` |   `112 ms` |   0.01%    |
| `GET /api/v1/analytics/query` |            `120` |      `85 ms` | `190 ms` | `310 ms` |   `640 ms` |   0.15%    |
| `POST /api/v1/auth/session`   |          `1,100` |      `12 ms` |  `21 ms` |  `29 ms` |    `46 ms` |   0.00%    |

Standard padded style with boundary pipes matching GitHub GFM parser specifications.

Platform Support

GitHub (GFM)✓ 100% Native
GitLab (GLFM)✓ 100% Native
Obsidian Vault✓ 100% Native
Notion Workspace✓ Paste as Table
Slack & DiscordIn Code Block

Syntax Formatting Rules

  • Pipe Escaping: Use \| for text with pipe symbols.
  • Multi-line Cells: Use <br> for line breaks.
  • Monospace Text: Wrap variables or code in backticks (`key`).
  • Empty Values: Use instead of leaving cells empty.
Template Knowledge Base

Frequently Asked Questions About API Latency Percentiles (p50 to p99.9)

Why are numeric metrics and percentiles aligned to the right in this table?

In data tables, columns containing numbers (such as Throughput (RPS), p50 (Median), p90, p95, p99 (Tail)) are strictly right-aligned using "---:". This aligns decimal places vertically, allowing readers to instantly assess numerical magnitude without mental strain.

Where in my repository or project documentation should I place this API Latency Percentiles (p50 to p99.9) table?

This template is specifically designed for service level performance reviews, load testing reports, microservice health dashboards. Place it inside your project's README.md, technical wiki, or developer portal. Always leave at least one blank newline before and after the table to ensure the GFM parser detects it properly.

Why is the "Microservice Endpoint" column styled with left alignment?

The "Microservice Endpoint" column functions as the primary key of this table. Setting it to left alignment establishes an anchor along the left reading margin, making it effortless for developers to scan down the list.

How do I add line breaks inside a single cell of this API Latency Percentiles (p50 to p99.9) table?

Standard Markdown table rows cannot contain literal carriage returns. To create a multi-line list inside a cell, insert HTML <br> tags (e.g. "Item 1<br>Item 2<br>Item 3"). This keeps the entire entry in a single clean row without breaking column alignments.

How do I handle optional or missing values in API Latency Percentiles (p50 to p99.9)?

Never leave table cells completely empty, as some strict Markdown parsers may collapse empty pipes. Instead, insert an em-dash ("—"), "N/A", or "None" to explicitly indicate that a value is not applicable.

Can I export this API Latency Percentiles (p50 to p99.9) table into CSV, Excel, or HTML?

Yes. In the interactive toolkit above, you can edit your data and use our integrated export tools to convert this table directly into CSV, JSON, HTML <table>, or LaTeX with a single click.