Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

push log to grafana cloud having logs lost #142

Open
slow-groovin opened this issue Mar 15, 2024 · 0 comments
Open

push log to grafana cloud having logs lost #142

slow-groovin opened this issue Mar 15, 2024 · 0 comments

Comments

@slow-groovin
Copy link

make a test like

for (let i = 0; i < 100; i++) {
	let xxx = ""+i;
	getLogger().info(xxx)
	await new Promise((resolve) => setTimeout(resolve, 500))
}


await new Promise((resolve) => setTimeout(resolve, 15000))

getLogger().end(()=>{console.log("logger end.")})

the number of logs 100 been push is aways greater than the number of grafana cloud console info Total: 82
I have tried different size and interval
I have countered the log lines content, the order is right , but some are lost

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant