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

Add Metrics #41

Merged
merged 1 commit into from
Nov 23, 2022
Merged

Add Metrics #41

merged 1 commit into from
Nov 23, 2022

Conversation

ricoberger
Copy link
Member

klogs exports the following metrics now:

  • "klogs_input_records_total": The number of received records from Fluent Bit / Kafka.
  • "klogs_errors_total": The number of errors when writing logs to ClickHouse or receiving messages from Kafka.
  • "klogs_batch_size": The number of logs written to ClickHouse in one write.
  • "klogs_flush_time_seconds": The time in seconds needed to write logs to ClickHouse.

The metrics server is listining on ":2021" per default. This can be changed via the "Metrics_Server_Address" setting or the "--metrics-server.address" flag in the ingester.

klogs exports the following metrics now:

- "klogs_input_records_total": The number of received records from
  Fluent Bit / Kafka.
- "klogs_errors_total": The number of errors when writing logs to
  ClickHouse or receiving messages from Kafka.
- "klogs_batch_size": The number of logs written to ClickHouse in one
  write.
- "klogs_flush_time_seconds": The time in seconds needed to write logs
  to ClickHouse.

The metrics server is listining on ":2021" per default. This can be
changed via the "Metrics_Server_Address" setting or the
"--metrics-server.address" flag in the ingester.
@ricoberger ricoberger added the changelog: added A new feature was added label Nov 23, 2022
@ricoberger ricoberger merged commit 45f2b4d into main Nov 23, 2022
@ricoberger ricoberger deleted the add-metrics branch November 23, 2022 08:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog: added A new feature was added
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant