Skip to content

Added schemas and specifications for collecting application metrics #397

Open
this-Aditya wants to merge 5 commits intodevfrom
app-metrics
Open

Added schemas and specifications for collecting application metrics #397
this-Aditya wants to merge 5 commits intodevfrom
app-metrics

Conversation

@this-Aditya
Copy link
Copy Markdown
Member

Three schemas have been added to collect data on the following:

  1. The status of each plugin.
  2. The connectivity status of the application.
  3. The number of records sent per topic.

{
"name": "recordsSent",
"type": "long",
"doc": "Number of records sent for the topic since the last report. For example, if a total of 20,000 records have been sent overall, and last call reported 15000 topics then the most recent report indicates that 5,000 records were sent since the previous upload."
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I am still unsure whether we want to collect the numbers in a relative manner or as absolute values from the beginning.

@this-Aditya this-Aditya changed the base branch from master to dev February 17, 2025 11:38
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

Successfully merging this pull request may close these issues.

1 participant