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

[Merged by Bors] - feat: Producer stat #2743

Closed
wants to merge 6 commits into from

Conversation

sehz
Copy link
Contributor

@sehz sehz commented Oct 23, 2022

capture inbound and outbound

"inbound": {
    "connector": {
      "records": 3,
      "bytes": 234
    },
    "client": {
      "records": 1,
      "bytes": 79
    }
  },
  "outbound": {
    "connector": {
      "records": 14,
      "bytes": 1090
    },
    "client": {
      "records": 14,
      "bytes": 1090
    }
  },
  "smartmodule": {
    "bytes_in": 0,
    "records_out": 0,
    "invocation_count": 0
  }

@sehz
Copy link
Contributor Author

sehz commented Oct 23, 2022

bors r+

@bors
Copy link

bors bot commented Oct 23, 2022

Pull request successfully merged into master.

Build succeeded:

@bors bors bot changed the title feat: Producer stat [Merged by Bors] - feat: Producer stat Oct 23, 2022
@bors bors bot closed this Oct 23, 2022
@sehz sehz deleted the producer_stat branch October 31, 2022 03:30
davidbeesley pushed a commit to davidbeesley/fluvio that referenced this pull request Oct 31, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant