Skip to main content

cumulative_table_test.go - Overview

  1. Overview This file contains unit tests for the functions in cumulative_table.go, specifically the buildMetricQueryForTable function. The tests cover different scenarios with various aggregation operators and filters.

  2. Detailed Documentation

TestPanelTableForCumulative(t *testing.T)

  • Purpose: Tests the buildMetricQueryForTable function for cumulative metrics.
  • Parameters:
    • t (*testing.T): The testing object.
  • Returns: None

Include in Getting Started: NO