Skip to content

docs: add Prometheus metrics documentation#15

Merged
allisson merged 2 commits intomainfrom
copilot/update-readme-with-changes
Dec 29, 2025
Merged

docs: add Prometheus metrics documentation#15
allisson merged 2 commits intomainfrom
copilot/update-readme-with-changes

Conversation

Copy link
Contributor

Copilot AI commented Dec 29, 2025

PR #14 added Prometheus metrics support via the /metrics endpoint. This updates the README to document the new capability.

Changes

  • Key Features: Added "Prometheus support" to the Metrics & Monitoring feature
  • API Reference: New section documenting the /metrics endpoint with response format and exposed metrics (request counts, latencies, duration histograms, active requests)
  • Usage Example: Added Example 6 showing curl access and Prometheus scrape configuration
scrape_configs:
  - job_name: 'fastpubsub'
    static_configs:
      - targets: ['localhost:8000']
    metrics_path: '/metrics'
Original prompt

Update the README.md with the recent changes of #14


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Co-authored-by: allisson <5202+allisson@users.noreply.github.com>
Copilot AI changed the title [WIP] Update README.md with recent changes from pull request 14 docs: add Prometheus metrics documentation Dec 29, 2025
Copilot AI requested a review from allisson December 29, 2025 22:55
@allisson allisson marked this pull request as ready for review December 29, 2025 22:55
@allisson allisson merged commit 55f4284 into main Dec 29, 2025
1 check passed
@allisson allisson deleted the copilot/update-readme-with-changes branch December 29, 2025 22:56
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.

2 participants