Tagged articles
13 articles
Page 1 of 1
Raymond Ops
Raymond Ops
Oct 12, 2025 · Operations

Master PromQL: From Basics to Advanced Query Techniques

This comprehensive guide walks you through PromQL fundamentals, covering data types, gauge and counter metrics, time‑series concepts, query selectors, offsets, arithmetic and logical operators, vector matching, aggregation functions, and key Prometheus functions such as increase, rate, and histogram_quantile, with practical examples and visual illustrations.

AlertingMetricsPromQL
0 likes · 29 min read
Master PromQL: From Basics to Advanced Query Techniques
Sohu Tech Products
Sohu Tech Products
Oct 9, 2025 · Artificial Intelligence

Open-Source Kaggle Solution: Predicting Multi-Market Commodity Prices with Tree Models

An open-source, Kaggle‑ranked solution for the Mitsui Commodity Prediction Challenge details data preprocessing, feature engineering, and multiple tree‑based modeling strategies—including multi‑target, single‑target, and price‑difference models—with code, evaluation metrics, and suggestions for further improvements.

CatBoostCommodityFeatureEngineering
0 likes · 17 min read
Open-Source Kaggle Solution: Predicting Multi-Market Commodity Prices with Tree Models
Efficient Ops
Efficient Ops
May 29, 2022 · Operations

How to Build a Semi‑Automated Prometheus Monitoring Stack for Small Teams

This article details a practical, semi‑automated monitoring solution for environments with fewer than 500 nodes, covering active monitoring concepts, Prometheus data modeling, service‑framework instrumentation, data scraping and visualization with Grafana, and alert handling via AlertManager.

GrafanaOperationsPrometheus
0 likes · 13 min read
How to Build a Semi‑Automated Prometheus Monitoring Stack for Small Teams
Efficient Ops
Efficient Ops
Mar 10, 2022 · Operations

Why Prometheus’s TSDB Makes Monitoring Scalable: A Deep Dive

This article explains how Prometheus transforms raw monitoring data into actionable insights by using a time‑series database (TSDB) that efficiently stores massive metric streams, supports powerful queries, and enables pre‑computed calculations for fast dashboards and alerts.

PrometheusTSDBTimeSeries
0 likes · 7 min read
Why Prometheus’s TSDB Makes Monitoring Scalable: A Deep Dive
Efficient Ops
Efficient Ops
Jan 11, 2021 · Operations

Unlocking Prometheus: How TSDB Powers Scalable Monitoring and Fast Queries

This article demystifies Prometheus by explaining its core concepts, daily monitoring queries, the role of its TSDB storage engine, how series, label, and time indexes enable fast time‑series queries, and how pre‑computed recording rules boost performance for dashboards and alerts.

ObservabilityPrometheusTSDB
0 likes · 8 min read
Unlocking Prometheus: How TSDB Powers Scalable Monitoring and Fast Queries
JD Tech Talk
JD Tech Talk
Oct 20, 2020 · Databases

Using ClickHouse for Time‑Series Data Management and Analysis in JD.com JUST Platform

This article explains how JD.com’s JUST platform leverages the open‑source columnar database ClickHouse to store, query and analyze massive time‑series data, covering data modeling, lifecycle management, system goals, technology selection, cluster architecture, deployment, scaling and future enhancements.

ClickHouseDistributedSystemsTimeSeries
0 likes · 20 min read
Using ClickHouse for Time‑Series Data Management and Analysis in JD.com JUST Platform
Programmer DD
Programmer DD
Feb 15, 2020 · Operations

Understanding Prometheus: Architecture, Data Model, and Alerting Explained

This article provides a comprehensive overview of Prometheus, covering its open‑source monitoring architecture, multi‑dimensional data model, query language, storage mechanisms, service discovery, alerting workflow with Alertmanager, and visualization using Grafana, all illustrated with key diagrams and configuration examples.

AlertingGrafanaMetrics
0 likes · 9 min read
Understanding Prometheus: Architecture, Data Model, and Alerting Explained
Meituan Technology Team
Meituan Technology Team
Sep 21, 2017 · Databases

Database Q&A: Book Recommendations, Engine Differences, Optimization, Sharding, and Operational Practices

The article compiles Meituan‑Dianping engineers' Q&A covering SQL book suggestions, relational versus NoSQL engine choices, performance tuning techniques, time‑series database uses, sharding versus partitioning strategies, query handling in distributed systems, proxy limitations, and practical advice on replication and pre‑database setups.

NoSQLSQLTimeSeries
0 likes · 12 min read
Database Q&A: Book Recommendations, Engine Differences, Optimization, Sharding, and Operational Practices
21CTO
21CTO
Jul 6, 2017 · Big Data

How HBase Boosted Tencent Monitoring Platform Performance 3‑5×

Facing the challenge of storing over 120 billion daily monitoring points from hundreds of thousands of servers, Tencent’s monitoring platform migrated from a custom solution and OpenTSDB to a finely tuned HBase architecture, achieving 3‑5× higher throughput, improved reliability, and significant storage savings.

DistributedStorageHBasePerformanceTuning
0 likes · 11 min read
How HBase Boosted Tencent Monitoring Platform Performance 3‑5×