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 support for opensearch searchable snapshot metrics #860

Open
wants to merge 12 commits into
base: master
Choose a base branch
from

Commits on Feb 23, 2024

  1. Add struct for fileCacheMetric

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    a14aba5 View commit details
    Browse the repository at this point in the history
  2. Add search role to map of roles within getRoles method

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    3c03597 View commit details
    Browse the repository at this point in the history
  3. Add field for slice of fileCacheMetrics to Nodes struct

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    9676eea View commit details
    Browse the repository at this point in the history
  4. Add Gauge & Counter values of fileCacheStats to slices of FileCacheMe…

    …trics
    
    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    f032cfe View commit details
    Browse the repository at this point in the history
  5. Add description for fileCacheMetrics

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    26bc7e9 View commit details
    Browse the repository at this point in the history
  6. Add values & labels of fileCache to the Collect method

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    2f890e3 View commit details
    Browse the repository at this point in the history
  7. Add field for file_cache json to NodesStatsNodeResponse struct

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    1b0cfde View commit details
    Browse the repository at this point in the history
  8. Add struct for NodeStatsFileCacheResponse

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    d7671d5 View commit details
    Browse the repository at this point in the history
  9. Added .idea

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    c2afed3 View commit details
    Browse the repository at this point in the history
  10. Added es_search_node to defaultNodeLabels

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    e88bc26 View commit details
    Browse the repository at this point in the history
  11. Added search to defaultNodeLabelValues

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    7b559f9 View commit details
    Browse the repository at this point in the history
  12. Fixing incorrect description for fileCacheStats.MissCount

    Signed-off-by: etgraylog <evan.tepsic@graylog.com>
    etgraylog committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    10c519a View commit details
    Browse the repository at this point in the history