Skip to content

Commit

Permalink
Add output metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
carsonip committed Jul 8, 2024
1 parent cbc863f commit fc473f1
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -500,3 +500,25 @@
description: >
Number of write errors
- name: output
type: group
fields:
- name: elasticsearch
type: group
fields:
- name: bulk_requests
type: group
fields:
- name: available
type: long
- name: completed
type: long
- name: indexers
type: group
fields:
- name: active
type: long
- name: created
type: long
- name: destroyed
type: long

0 comments on commit fc473f1

Please sign in to comment.