Skip to content

Commit 87638a0

Browse files
committed
processor_tda: Remove metrics suffix from its name
This is because tda processor could support other types of processing. Especially, it's for traces. But now, it's only for metrics pipeline. Signed-off-by: Hiroshi Hatake <[email protected]>
1 parent af55611 commit 87638a0

File tree

1 file changed

+2
-2
lines changed
  • plugins/processor_tda

1 file changed

+2
-2
lines changed

plugins/processor_tda/tda.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1214,8 +1214,8 @@ static struct flb_config_map config_map[] = {
12141214
};
12151215

12161216
struct flb_processor_plugin processor_tda_plugin = {
1217-
.name = "tda_metrics",
1218-
.description = "TDA (persistent homology) metrics processor",
1217+
.name = "tda",
1218+
.description = "TDA (persistent homology) processor",
12191219
.cb_init = tda_proc_init,
12201220
.cb_process_logs = NULL,
12211221
.cb_process_metrics = tda_proc_process_metrics,

0 commit comments

Comments
 (0)