Skip to content

Commit

Permalink
resolve lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Assassin718 committed Oct 25, 2024
1 parent 9403887 commit 413b6f7
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 5 deletions.
10 changes: 10 additions & 0 deletions licenses/LICENSE_OF_ILOGTAIL_DEPENDENCIES.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,8 @@ When distributed in a binary form, iLogtail may contain portions of the followin
- [github.com/golang/groupcache](https://pkg.go.dev/github.com/golang/groupcache?tab=licenses)
- [sigs.k8s.io/controller-runtime](https://pkg.go.dev/sigs.k8s.io/controller-runtime?tab=licenses)
- [github.com/iLogtail/VictoriaMetrics fork from github.com/VictoriaMetrics/VictoriaMetrics](http://github.com/iLogtail/VictoriaMetrics) based on Apache-2.0
- [cloud.google.com/go/compute/metadata](https://pkg.go.dev/cloud.google.com/go/compute/metadata?tab=licenses)
- [github.com/VictoriaMetrics/metricsql](https://pkg.go.dev/github.com/VictoriaMetrics/metricsql?tab=licenses)

## BSD licenses

Expand Down Expand Up @@ -229,6 +231,13 @@ When distributed in a binary form, iLogtail may contain portions of the followin
- [github.com/stretchr/testify](https://pkg.go.dev/github.com/stretchr/testify?tab=licenses)
- [go.uber.org/goleak](https://pkg.go.dev/go.uber.org/goleak?tab=licenses)
- [github.com/influxdata/telegraf](https://pkg.go.dev/github.com/influxdata/telegraf?tab=licenses)
- [github.com/valyala/fastjson](https://pkg.go.dev/github.com/valyala/fastjson?tab=licenses)
- [github.com/valyala/fastrand](https://pkg.go.dev/github.com/valyala/fastrand?tab=licenses)
- [github.com/valyala/fasttemplate](https://pkg.go.dev/github.com/valyala/fasttemplate?tab=licenses)
- [github.com/valyala/gozstd](https://pkg.go.dev/github.com/valyala/gozstd?tab=licenses)
- [github.com/valyala/histogram](https://pkg.go.dev/github.com/valyala/histogram?tab=licenses)
- [github.com/valyala/quicktemplate](https://pkg.go.dev/github.com/valyala/quicktemplate?tab=licenses)
- [github.com/VictoriaMetrics/fasthttp](https://pkg.go.dev/github.com/VictoriaMetrics/fasthttp?tab=licenses)

## ISC licenses

Expand All @@ -254,3 +263,4 @@ When distributed in a binary form, iLogtail may contain portions of the followin
- [github.com/iLogtail/pyroscope-lib fork from github.com/pyroscope-io/pyroscope](http://github.com/iLogtail/pyroscope-lib) based on Apache-2.0
- [github.com/iLogtail/gonvml fork from github.com/mindprince/gonvml](https://github.com/iLogtail/gonvml) based on Apache-2.0
- [github.com/iLogtail/handy fork from github.com/streadway/handy](http://github.com/iLogtail/handy) based on BSD-2-Clause
- [github.com/iLogtail/metrics fork from github.com/VictoriaMetrics/metrics](http://github.com/iLogtail/metrics) based on MIT
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Feature: performance file to blackhole filebeat
Given docker-compose boot type {benchmark}
When start docker-compose {performance_file_to_blackhole_filebeat}
When start monitor {filebeat}
When generate random nginx logs to file, speed {10}MB/s, total {1}min, to file {./a.log}
When generate random nginx logs to file, speed {10}MB/s, total {3}min, to file {./a.log}
When wait monitor until log processing finished
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Feature: performance file to blackhole fluentbit
Given docker-compose boot type {benchmark}
When start docker-compose {performance_file_to_blackhole_fluentbit}
When start monitor {fluent-bit}
When generate random nginx logs to file, speed {10}MB/s, total {1}min, to file {./a.log}
When generate random nginx logs to file, speed {10}MB/s, total {3}min, to file {./a.log}
When wait monitor until log processing finished
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Feature: performance file to blackhole iLogtail
Given docker-compose boot type {benchmark}
When start docker-compose {performance_file_to_blackhole_ilogtail}
When start monitor {ilogtailC}
When generate random nginx logs to file, speed {10}MB/s, total {1}min, to file {./a.log}
When generate random nginx logs to file, speed {10}MB/s, total {3}min, to file {./a.log}
When wait monitor until log processing finished
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Feature: performance file to blackhole iLogtail
Given docker-compose boot type {benchmark}
When start docker-compose {performance_file_to_blackhole_ilogtailspl}
When start monitor {ilogtailC}
When generate random nginx logs to file, speed {10}MB/s, total {1}min, to file {./a.log}
When generate random nginx logs to file, speed {10}MB/s, total {3}min, to file {./a.log}
When wait monitor until log processing finished
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ Feature: performance file to blackhole vector
Given docker-compose boot type {benchmark}
When start docker-compose {performance_file_to_blackhole_vector}
When start monitor {vector}
When generate random nginx logs to file, speed {10}MB/s, total {1}min, to file {./a.log}
When generate random nginx logs to file, speed {10}MB/s, total {3}min, to file {./a.log}
When wait monitor until log processing finished

0 comments on commit 413b6f7

Please sign in to comment.