summaryrefslogtreecommitdiff
path: root/src/exporter/cjson_exporter.c
diff options
context:
space:
mode:
authorchenzizhan <[email protected]>2023-08-08 17:16:12 +0800
committerchenzizhan <[email protected]>2023-08-08 17:16:12 +0800
commit3a562a8bdd385b030685308bf0143021b10f2150 (patch)
tree33139c93ee1fda265b039f657a965ca2ef4c026f /src/exporter/cjson_exporter.c
parentfed58feb2c6cd088d96b89a9dd330288e79ce5f3 (diff)
change tag
Diffstat (limited to 'src/exporter/cjson_exporter.c')
-rw-r--r--src/exporter/cjson_exporter.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/exporter/cjson_exporter.c b/src/exporter/cjson_exporter.c
index 1ba23f5..e45e70f 100644
--- a/src/exporter/cjson_exporter.c
+++ b/src/exporter/cjson_exporter.c
@@ -170,11 +170,6 @@ int cell_iter_next_cube(struct cell_iter *iter) {
iter->max_metric_id = metric_id_max_next;
iter->shared_tag = fieldstat_get_shared_tags(iter->instance, iter->cube_ids[iter->curr_cube_idx]);
iter->curr_cell_idx = 0;
-
- // todo: 现在直接拿一个cell manager 过来,所以没办法很好的判断metric里是不是有cell,要考虑add 了但是metric里没有cell 的情况
- // 但是没必要在这里判断,添加field的时候判断一下就好
- // todo:先添加field,再添加tag
-
return 1;
}