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

The filter processor should drop the metrics if all metrics are filtered out. #1491

Closed
jjzeng-seattle opened this issue Aug 5, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@jjzeng-seattle
Copy link

Describe the bug
Per title.

Steps to reproduce
Setting up a pipeline with filter processor and stackdriver exporter, and config filter to filter out all metrics, you will see the error on stackdriver exporter non-nil metric or metric descriptor

What did you expect to see?
The metrics should be drop and not reach the exporters, if it's empty.

What did you see instead?
A clear and concise description of what you saw instead.

What version did you use?
Version: (e.g., v0.4.0, 1eb551b, etc)

What config did you use?
Config: (e.g. the yaml config file)

Environment
OS: (e.g., "Ubuntu 20.04")
Compiler(if manually compiled): (e.g., "go 14.2")

Additional context
Add any other context about the problem here.

@jjzeng-seattle jjzeng-seattle added the bug Something isn't working label Aug 5, 2020
@jjzeng-seattle
Copy link
Author

/assign @anniefu

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

3 participants