-
Notifications
You must be signed in to change notification settings - Fork 0
/
_config.yml
31 lines (25 loc) · 1.13 KB
/
_config.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
title: swaggerstats.io
email: sv2@slana.tech
author: slana.tech
logo: /img/logo-sm.png
description: >
Telemetry for your APIs: Trace and monitor REST API performance, health and usage statistics in Node.js Microservices. swagger-stats monitors REST API requests and responses in Node.js express apps and collects statistics.
swagger-stats detects and monitors statistics for API operations based on express routes or Swagger specification. You may retrieve statistics using swagger-stats API, as well as you may monitor
statistics using built-in UI front end. With data collected by swagger-stats you may spot problematic API endpoints, see where most of errors happens, catch long-running requests,
analyze details of last errors, observe trends in requests volumes.
baseurl: "" # the subpath of your site, e.g. /blog
url: "http://swaggerstats.io" # the base hostname & protocol for your site, e.g. http://example.com
github_username: sv2
google_analytics: true
# Build settings
markdown: kramdown
highlighter: rouge
gems:
- jekyll-feed
- jekyll-sitemap
- jekyll-seo-tag
exclude:
- Gemfile
- Gemfile.lock
collections:
- documentation