> For the complete documentation index, see [llms.txt](https://note.onurbolatoglu.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://note.onurbolatoglu.com/prometheus.md).

# PROMETHEUS

- [Terminoloji](https://note.onurbolatoglu.com/prometheus/terminoloji.md)
- [Ubuntu 20.04 Prometheus Kurulum](https://note.onurbolatoglu.com/prometheus/ubuntu-20.04-prometheus-kurulum.md)
- [prometheus.yml dosyasına ilk bakış:](https://note.onurbolatoglu.com/prometheus/prometheus.yml-dosyasina-ilk-bakis.md)
- [promQL up query](https://note.onurbolatoglu.com/prometheus/promql-up-query.md)
- [Exporters](https://note.onurbolatoglu.com/prometheus/exporters.md)
- [promQL Data Types](https://note.onurbolatoglu.com/prometheus/promql-data-types.md)
- [Selectors  & Matchers](https://note.onurbolatoglu.com/prometheus/selectors-and-matchers.md)
- [Binary Operators](https://note.onurbolatoglu.com/prometheus/binary-operators.md)
- [ignoring and on](https://note.onurbolatoglu.com/prometheus/ignoring-and-on.md)
- [Aggregation Operators](https://note.onurbolatoglu.com/prometheus/aggregation-operators.md)
- [Functions](https://note.onurbolatoglu.com/prometheus/functions.md)
- [Alıştırma](https://note.onurbolatoglu.com/prometheus/alistirma.md)
- [Client Libraries](https://note.onurbolatoglu.com/prometheus/client-libraries.md)
- [Examining the data of our Python application](https://note.onurbolatoglu.com/prometheus/examining-the-data-of-our-python-application.md)
- [Examining the data of our GO application](https://note.onurbolatoglu.com/prometheus/examining-the-data-of-our-go-application.md)
- [Recording Rules](https://note.onurbolatoglu.com/prometheus/recording-rules.md)
- [rate functions](https://note.onurbolatoglu.com/prometheus/rate-functions.md)
- [Alerting](https://note.onurbolatoglu.com/prometheus/alerting.md)
- [Alert Routing](https://note.onurbolatoglu.com/prometheus/alert-routing.md)
- [Slack integration with Prometheus](https://note.onurbolatoglu.com/prometheus/slack-integration-with-prometheus.md)
- [PagerDuty integration with Prometheus](https://note.onurbolatoglu.com/prometheus/pagerduty-integration-with-prometheus.md)
- [BlackBox exporter](https://note.onurbolatoglu.com/prometheus/blackbox-exporter.md)
- [Push Gateway](https://note.onurbolatoglu.com/prometheus/push-gateway.md)
- [Service Discovery](https://note.onurbolatoglu.com/prometheus/service-discovery.md)
- [kube cadvisor with external prometheus](https://note.onurbolatoglu.com/prometheus/kube-cadvisor-with-external-prometheus.md)
- [aws with prometheus](https://note.onurbolatoglu.com/prometheus/aws-with-prometheus.md)
- [CloudWatch Exporter](https://note.onurbolatoglu.com/prometheus/cloudwatch-exporter.md)
- [mysql exporter](https://note.onurbolatoglu.com/prometheus/mysql-exporter.md)
- [Custom exporter with Python](https://note.onurbolatoglu.com/prometheus/custom-exporter-with-python.md)
- [Prometheus with HTTP API](https://note.onurbolatoglu.com/prometheus/prometheus-with-http-api.md)
- [Prometheus Federation For Kubernetes](https://note.onurbolatoglu.com/prometheus/prometheus-federation-for-kubernetes.md): Harici Prometheus ile kubernetes cluster'ı monitör etmek.
- [Grafana](https://note.onurbolatoglu.com/prometheus/grafana.md)
- [Prometheus: Ne zaman kullanılmalı? Ne zaman kullanılmamalıdır?](https://note.onurbolatoglu.com/prometheus/prometheus-ne-zaman-kullanilmali-ne-zaman-kullanilmamalidir.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://note.onurbolatoglu.com/prometheus.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
