diff options
| author | chenzizhan <[email protected]> | 2023-07-14 15:36:13 +0800 |
|---|---|---|
| committer | chenzizhan <[email protected]> | 2023-07-14 15:36:13 +0800 |
| commit | 8c4474d60acea3bc8847b6b7ffed2c325e3a7af8 (patch) | |
| tree | b49dab2c3fa581c21a6648d8176a23948e5b2c0a /test/test_exporter_json.cpp | |
| parent | 0cac9757bc63e3ec485acf46eab2e3eec48c1350 (diff) | |
test metrics; design test
Diffstat (limited to 'test/test_exporter_json.cpp')
| -rw-r--r-- | test/test_exporter_json.cpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/test/test_exporter_json.cpp b/test/test_exporter_json.cpp new file mode 100644 index 0000000..220e712 --- /dev/null +++ b/test/test_exporter_json.cpp @@ -0,0 +1,11 @@ + +#include <gtest/gtest.h> +#include "fieldstat.h" +#include "fieldstat_exporter.h" +#include "utils.hpp" + + + +TEST(unit_test_merge, test_metric_name_mapping_with_new_metric_on_existing_cube) +{ +}
\ No newline at end of file |
