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

[Zookeeper] TSDB Enablement #7752

Closed
11 tasks done
agithomas opened this issue Sep 11, 2023 · 4 comments
Closed
11 tasks done

[Zookeeper] TSDB Enablement #7752

agithomas opened this issue Sep 11, 2023 · 4 comments
Assignees

Comments

@agithomas
Copy link
Contributor

agithomas commented Sep 11, 2023

TSDB Enablement

Test Environment Setup

  • Creation of Test Environment

Datastream : connection

Datastream : mntr

Datastream : server

@lalit-satapathy
Copy link
Collaborator

lalit-satapathy commented Sep 26, 2023

Hi @agithomas,

Can we cross-check and explain the metric type mapping of the following fields currently marked as gauge (but seemingly counters)?

  • num_alive_connections
  • packets.received (already fixed)
  • packets.sent(already fixed)
  • znode_count
  • node_count

@agithomas
Copy link
Contributor Author

  • num_alive_connections

image

@agithomas
Copy link
Contributor Author

agithomas commented Sep 26, 2023

  • znode_count
    Explanation i found :
    zk_znode_count is the total count of znodes stored in the ZooKeeper ensemble. Every time a client creates a new znode, this counter will increment. Every time a client deletes a new znode (either explicitly or by dropping its ephemeral znodes after disconnection), this counter will decrement.

So, this field must be gauge.

@agithomas
Copy link
Contributor Author

  • node_count

This is the explanation i found. node count is the number of znodes in the ZooKeeper namespace (the data). On basis of the comment, it is hence treated as a Gauge field. Also, during the testing, i never witnessed a monotonically incrementing value for this field.

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

No branches or pull requests

2 participants