Skip to content

Commit b9f17cb

Browse files
committed
filter_log_to_metrics: Loosen the limit a count of label
Signed-off-by: Hiroshi Hatake <hiroshi@chronosphere.io>
1 parent 8822092 commit b9f17cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/filter_log_to_metrics/log_to_metrics.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
#define NUMBER_OF_KUBERNETES_LABELS 5
4949
#define MAX_LABEL_LENGTH 253
5050
#define MAX_METRIC_LENGTH 253
51-
#define MAX_LABEL_COUNT 32
51+
#define MAX_LABEL_COUNT 128
5252

5353
#define FLB_MEM_BUF_LIMIT_DEFAULT "10M"
5454
#define DEFAULT_LOG_TO_METRICS_NAMESPACE "log_metric"

0 commit comments

Comments
 (0)