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

[receiver/aerospikereceiver] Namespace names not parsed from response #11465

Closed
antonblock opened this issue Jun 23, 2022 · 0 comments
Closed
Labels
bug Something isn't working

Comments

@antonblock
Copy link
Contributor

Describe the bug
The aerospikereceiver parses a delimited string response into a map of metric values. In the parsing of the INFO response, namespaces were not being added to the map. The result of this is the namespaces not being collected.

Steps to reproduce

  • Collect from an Aerospike system with at least 1 namespace

What did you expect to see?

  • There should be metrics collected specifically for each namespace

What did you see instead?

  • The namespaces weren't collected

What version did you use?
Version: v0.54.0

What config did you use?

receivers:
  aerospike:
exporters:
  otlp:
    endpoint: 0.0.0.0:9124
service:
  pipelines:
    metrics:
      receivers: [aerospike]
      exporters: [otlp]

**Environment**
Any
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants