# Magda Miu

Published articles for Magda Miu.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Prometheus for Managers - PromQL

DevFeed: [Prometheus for Managers - PromQL](<https://devfeed.tech/articles/prometheus-for-managers-promql-40818.md>)

Original publisher: [Read original article](<https://magdamiu.com/2024/01/04/prometheus-for-managers-promql/>)

Author: Magda Miu

Published: 2024-01-04T17:47:59Z

Content type: article

Language: en

Sources: [Magda Miu](<https://devfeed.tech/sources/magda-miu.md>)

Topics: [Prometheus](<https://devfeed.tech/topics/prometheus.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Query (disambiguation)](<https://devfeed.tech/topics/query.md>), [Time Series](<https://devfeed.tech/topics/time-series.md>)

Tags: [aggregation](<https://devfeed.tech/tags/aggregation.md>), [ai](<https://devfeed.tech/tags/ai.md>), [analysis](<https://devfeed.tech/tags/analysis.md>), [counter](<https://devfeed.tech/tags/counter.md>), [functions](<https://devfeed.tech/tags/functions.md>), [gauge](<https://devfeed.tech/tags/gauge.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [magda-miu](<https://devfeed.tech/tags/magda-miu.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [query](<https://devfeed.tech/tags/query.md>), [selectors](<https://devfeed.tech/tags/selectors.md>), [series](<https://devfeed.tech/tags/series.md>), [system-design-engineering](<https://devfeed.tech/tags/system-design-engineering.md>)

### AI overview

This article introduces PromQL, Prometheus's query language, as part of a series for managers. It explains concepts including time-series data, metrics, labels, vectors, scalars, selectors, matchers, and functions for filtering, aggregation, transformation, and analysis.

### Source excerpt

Welcome to the third part of our series on Prometheus for Managers. In the previous two parts, we explored the fundamentals of Prometheus, its role in system monitoring, and the various types of metrics it captures. Today, we embark on a deeper dive into PromQL, the powerful query language that unlocks the insights hidden within ... Continue reading Prometheus for Managers - PromQL