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

FluentD Metrics #220

Open
aprakash1980 opened this issue Jan 16, 2024 · 0 comments
Open

FluentD Metrics #220

aprakash1980 opened this issue Jan 16, 2024 · 0 comments

Comments

@aprakash1980
Copy link

0

Currently, we employ the following approach for sending logs to OpenSearch: receiving application logs in Gzip format stored in S3. We then input this S3 Gzip file(collection of logs) into FluentD, where the file is uncompressed, processed as chunk files, and subsequently forwarded to OpenSearch.

Now, I am attempting to retrieve metrics detailing the count of logs in the uncompressed file and the count forwarded to OpenSearch.

We are using the following design to obtain metrics from FluentD

FluentD-> Monitoring_Agent -> DatadogAgent-> DataDog

However , we are facing issues aligning the logs count or file count form these metrics(fluentd.emit_records,fluentd.emit_count)

Please advise on the FluentD metrics property is giving correct count for logs

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