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

redisreceiver: Add missing units in metadata.yaml #23573

Merged
merged 5 commits into from
Jul 18, 2023

Commits on Jun 20, 2023

  1. redisreceiver: Add missing units in metadata.yaml

    Metric unit is required, see: https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/main/cmd/mdatagen/metadata-schema.yaml#L72-L73.
    
    This PR adds the unit to metrics where this is missing:
    - redis.role
    - redis.cmd.calls
    - redis.clients.connected
    - redis.clients.blocked
    - redis.keys.expired
    - redis.keys.evicted
    - redis.connections.received
    - redis.connections.rejected
    - redis.memory.fragmentation_ratio
    - redis.rdb.changes_since_last_save
    - redis.commands.processed
    - redis.keyspace.hits
    - redis.keyspace.misses
    - redis.slaves.connected
    - redis.db.keys
    - redis.db.expires
    mackjmr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    07218f5 View commit details
    Browse the repository at this point in the history
  2. add changelog

    mackjmr committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    f5ee04d View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. remove pluralization of units

    mackjmr committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    008aab0 View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2023

  1. Configuration menu
    Copy the full SHA
    4095f61 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2023

  1. Configuration menu
    Copy the full SHA
    46fd22d View commit details
    Browse the repository at this point in the history