8000 GitHub - rodrigorfk/spring-boot-log-generator: This is a demo app to generate a constant amount of log to test the log ingestion pipeline, the main intention is to help debug performance issues in the FluentD data pipeline.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

This is a demo app to generate a constant amount of log to test the log ingestion pipeline, the main intention is to help debug performance issues in the FluentD data pipeline.

Notifications You must be signed in to change notification settings

rodrigorfk/spring-boot-log-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

spring-boot-log-generator

This is a demo app to generate a constant amount of log to test the log ingestion pipeline, the main intention is to help debug performance issues in the FluentD data pipeline.

How to use it

  1. Deploy to a Kubernetes Cluster
  2. Make a port-forward to 8080
  3. Make a request like this one:
curl --location --request POST 'http://localhost:8080' \
--header 'Content-Type: application/json' \
--data-raw '{
	"logLevel": "INFO",
	"logsPerSeconds": 5000,
	"durationSeconds": 30,
	"messageSizeMin": 100,
	"messageSizeMax": 300
}'

About

This is a demo app to generate a constant amount of log to test the log ingestion pipeline, the main intention is to help debug performance issues in the FluentD data pipeline.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0