Skip to main content
There are several key differences between SignalFx (Splunk) and PromQL of which to be aware when migrating queries to Chronosphere:
  • Rollups in SignalFx are used to aggregate data points within a single time series. With Chronosphere, rollups are defined only on ingest, and not at query time. However, PromQL offers a set of functions for aggregating individual time series over time.
  • Analytics in SignalFx are the equivalent to functions in PromQL.

Equivalent function list