Prometheus Up & Running
Ctrlk
  • Introduction
  • PART I -- Introduction
  • Part II. Application Monitoring(建议直接跳至5.Labels)
  • Part III. Infrastructure Monitoring
  • Part IV. PromQL
    • 13.Introduction to PromQL
    • 14.Aggregation Operators
    • 15.Binary Operators
    • 16.Functions
      • Changing Type
      • Math
        • abs
        • ln, log2, and log10
        • exp
        • sqrt
        • ceil and floor
        • round
        • clamp_max and clamp_min
      • Time and Date
      • Labels
      • Missing Series and absent
      • Sorting with sort and sort_des
      • Histograms with histogram_quantile
      • Counters
      • Changing Gauges
      • Aggregation Over Time
    • 17.Recording Rules
  • Part V. Alerting
  • Part VI. Deployment
Powered by GitBook
On this page

Was this helpful?

  1. Part IV. PromQL
  2. 16.Functions

Math

absln, log2, and log10expsqrtceil and floorroundclamp_max and clamp_min
PreviousscalarNextabs

Last updated 6 years ago

Was this helpful?