Skip to content

Commit

Permalink
fix doc links
Browse files Browse the repository at this point in the history
  • Loading branch information
simonrondelez committed Jun 27, 2024
1 parent 253f144 commit b2b450f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions kubernetes/monitoring.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,8 @@ As of this writing there isn't an operator setup yet for Grafana, but you can ad
- [Prometheus labels](#prometheus-labels)
- [Prometheus scrapers for common technologies](#prometheus-scrapers-for-common-technologies)
- [PHP](#php)
- [Native](#native)
- [PHP-FPM](#php-fpm)
- [Ruby](#ruby)
- [Native](#native-1)
- [Workers](#workers)
- [Nginx](#nginx)
- [Setup](#setup)
Expand Down Expand Up @@ -259,8 +257,6 @@ Here's a list of Prometheus scrapers already available for common frameworks.

### PHP

#### Native

Prometheus has a [native client library](https://github.com/Jimdo/prometheus_client_php) for PHP. This is easy to implement inside your application, but by default doesn't expose standard metrics. This is ideal if you want to expose your own metrics (can also be business metrics).

#### PHP-FPM
Expand Down

0 comments on commit b2b450f

Please sign in to comment.