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

Error using graphite plugin with multiple filters #3245

Closed
olivierHa opened this issue Jul 6, 2015 · 2 comments
Closed

Error using graphite plugin with multiple filters #3245

olivierHa opened this issue Jul 6, 2015 · 2 comments
Milestone

Comments

@olivierHa
Copy link

Hello,

Using influxdb 0.9.1, I got strange data when using multiples filters with graphite plugin :

With configuration :

templates = [ 
    "prod.app1.* env.app.measurement*", 
    ".measurement*", 
]

echo "prod.app1.errors.count 42date +%s" | nc -q0 localhost 2003

will give :

> show series
name: errors.count
------------------
_key                app env
errors.count,app=app1,env=prod  app1    prod

Which is what I think is fine.

But when using

templates = [
    "prod.app1.* env.app.measurement*",
    "prod.app2.* env.app.site.measurement*",
    ".measurement*",
]

the same query echo "prod.app1.errors.count 42date +%s" | nc -q0 localhost 2003

will give this output .

> show series
name: app1.errors.count
-----------------------
_key
app1.errors.count

Which I think isn't fine.

Any clues ?

PS : not sure it is the same issue than #3223

@jwilder jwilder closed this as completed in 0b481d5 Jul 8, 2015
@giganteous
Copy link

Hi @jwilder ,

Could this be not closed, but pending on release, or "known bugs in 0.9.1"? Its hard (for users) to search a bug in 0.9.1 that is open in 0.9.1.

Great it has been fixed!

I wrote a small tool to help test your graphite stuff while debugging this.

@jwilder jwilder added this to the 0.9.2 milestone Jul 16, 2015
@jwilder
Copy link
Contributor

jwilder commented Jul 16, 2015

It'll be in 0.9.2. Should be in current nightly build too.

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

3 participants