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

Adding remote write for memcache #1780

Merged
merged 3 commits into from Sep 27, 2021

Conversation

anphn-mtt
Copy link
Contributor

Description

Added Remote/Write Configs for Memcache metrics:
List of Metrics are on following page:

https://github.com/influxdata/telegraf/tree/master/plugins/inputs/memcache

Metrics follow following formart

        ## memcached_accepting_conns
        ## memcached_auth_cmds
        ## memcached_auth_errors
        ## memcached_bytes
        ## memcached_bytes_read
        ## memcached_bytes_written
        ## memcached_cas_*
        ## memcached_cas_*
        ## memcached_cmd_*
        ## memcached_cmd_flush
        ## memcached_cmd_get
        ## memcached_cmd_set
        ## memcached_cmd_touch
        ## memcached_conn_yields
        ## memcached_connection_structures
        ## memcached_curr_connections
        ## memcached_curr_items
        ## memcached_decr_*
        ## memcached_delete_*
        ## memcached_evictions
        ## memcached_get_hits
        ## memcached_get_misses
        ## memcached_hash_bytes
        ## memcached_hash_is_expanding
        ## memcached_incr_*
        ## memcached_limit_maxbytes
        ## memcached_listen_disabled_num
        ## memcached_reclaimed
        ## memcached_threads
        ## memcached_total_connections
        ## memcached_total_items
        ## memcached_uptime

Testing performed
  • Redeploy fluentd and fluentd-events pods
  • Confirm events, logs, and metrics are coming in

@anphn-mtt anphn-mtt requested a review from a team as a code owner September 24, 2021 05:51
Copy link
Contributor

@pmalek-sumo pmalek-sumo left a comment

Choose a reason for hiding this comment

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

Change seems fine, just one small question

deploy/helm/sumologic/values.yaml Outdated Show resolved Hide resolved
@pmalek-sumo pmalek-sumo merged commit 935613a into SumoLogic:main Sep 27, 2021
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.

None yet

2 participants