Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 54 additions & 0 deletions kong-gateway/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,54 @@
# Kong Gateway Monitoring Dashboard - OTLP

## Data Ingestion

### Use prometheus receiver with OpenTelemetry Collector

Add the following code to the collector metrics section of the OpenTelemetry Collector configuration file:

```
prometheus:
config:
scrape_configs:
- job_name: "kong-otel-collector"
scrape_interval: 30s
static_configs:
- targets: ["<KONG_GATEWAY_ADDRESS>:8001"]

```

## Dashboard panels

## Variables

- `{{service}}`: Service created in Kong Gateway
- `{{route}}`: Route created in Kong Gateway
- `{{code}}`: Service response code

### Sections

- General Overview
![General Overview Section](assets/general.png)
- Total Requests
- Request Metrics
![Request Metrics Section](assets/request-metrics.png)
- Response Status Codes
- Latency Metrics
![Latency Metric Section](assets/latency-metrics.png)
- Request Latency
- Upstream Latency
- Error Metrics
![Error Metrics Section](assets/error-metrics.png)
- Total Errors
- Traffic Metrics
![Traffic Metrics Section 1](assets/traffic-metrics-1.png)
![Traffic Metrics Section 2](assets/traffic-metrics-2.png)
- Incoming Traffic Volume
- Outgoing Traffic Volume
- Handled Connections
- Accepted Connections
- Active Connections
- Resource Usage
![Request Usage Section](assets/request-usage.png)
- Memory Usage - Kong

Binary file added kong-gateway/assets/error-metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added kong-gateway/assets/general.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added kong-gateway/assets/latency-metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added kong-gateway/assets/request-metrics.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added kong-gateway/assets/resource-usage.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added kong-gateway/assets/traffic-metrics-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added kong-gateway/assets/traffic-metrics-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading