[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #13 from jz5...@yahoo.com ---
Philippe,

You are correct, I verified the data are indeed inserted into InfluxDB. It
seems the issue is on the Grafana side. I'm using Grafana Version 3.1.1.  I
will further investigate.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |WORKSFORME

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #12 from Philippe Mouawad  ---
Created attachment 3
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=3=edit
My Test plan

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #11 from Philippe Mouawad  ---
Created attachment 34443
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34443=edit
Log file

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #10 from Philippe Mouawad  ---
Hi,
I confirmed issue is not a JMeter one.
I installed last InfluxDB version 1.1
I ran a slightly modified version of your test to use Java Request instead of
Debug Sampler (just to have timings > 0).

All metrics are in DB as you can see in attached file.
For info, I dropped jmeter db , I ran the test and ran SELECT * FROM /.*/ LIMIT
1.

Regards
Philippe M.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

Philippe Mouawad  changed:

   What|Removed |Added

 Status|REOPENED|NEEDINFO

--- Comment #9 from Philippe Mouawad  ---
Hello,
Regarding your architecture:
- You speak about Grafana server, do you mean Graphite or InfluxDB ?
- You are using Grafana to render results right ?

What are the versions you are using for each software ? A schema explaining the
architecture is welcome.

Could those issues be your problem ?
https://github.com/grafana/grafana/issues/2983
https://github.com/influxdata/influxdb/issues/3787

Thanks
Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #8 from jz5...@yahoo.com ---
Use the attached test script to reproduce the problem.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

jz5...@yahoo.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |---

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-14 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #7 from jz5...@yahoo.com ---
Created attachment 34442
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34442=edit
sample jmeter test script to reproduce the problem

1) In the backend listener, set the graphite server host to the actual host you
have set up

2) Take a look at the samplers' comments, I've marked working vs. not working. 
Working ones will send to the graphite server, while not working ones will not.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-11-12 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEEDINFO|RESOLVED
 Resolution|--- |INVALID

--- Comment #6 from Philippe Mouawad  ---
Cannot reproduce without more detail.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60257] backend listener does not like certain words as the sampler label names

2016-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #5 from jz5...@yahoo.com ---
For all three example I provided:

"GlobalCase"
"IMRe case"
"Flex independent all"

They do not work - we have tried.  The character length is also not problem, we
have much longer label name that do work.

If we change "IMRe case" to "IMRe cas", it works.  That's why I suspect it
doesn't like "case" in it.

For "Flex independent all", it seems it's the word "independent" it does not
like.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60257] backend listener does not like certain words as the sampler label names

2016-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #4 from Philippe Mouawad  ---
(In reply to jz5168 from comment #3)
> Space is NOT what's causing the issue.  We have many sampler labels that
> have white space in them, that's fine.  The sampler labels I provided are as
> is (without double quote):
> 
> "GlobalCase"
> "IMRe case"
> "Flex independent all"
> 
> If we change "GlobalCase" to "GlobalCas", it works.  So the backend listener
> does not like "Case" in the label.

What about IMRe case ? same issue ? works if you set cas ?
and "Flex independent all" , it does not contain case ?
Could it be size of label ?
> 
> You can verify yourself easily.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60257] backend listener does not like certain words as the sampler label names

2016-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #3 from jz5...@yahoo.com ---
Space is NOT what's causing the issue.  We have many sampler labels that have
white space in them, that's fine.  The sampler labels I provided are as is
(without double quote):

"GlobalCase"
"IMRe case"
"Flex independent all"

If we change "GlobalCase" to "GlobalCas", it works.  So the backend listener
does not like "Case" in the label.

You can verify yourself easily.

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60257] backend listener does not like certain words as the sampler label names

2016-10-19 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

--- Comment #2 from Philippe Mouawad  ---
(In reply to jz5168 from comment #0)
> The backend listener does not like some words in the sampler label name. 
> For example, for example, these sampler names (all http samplers):
> 
> GlobalCase
> IMRe case
> Flex independent all
> 
> The backend listener will simply not send to the backend Grafana servers.
> 
> This is the case for both version 2.13 and 3.0.  With 3.0 regular expression
> support for the sampler list, if using ".*", other samplers will be sent,
> but these samplers will not be.
> 
> This looks like a silly defect since it is just label.

Hi,
JMeter escapes some characters when sending metrics so:
IMRe case => IMRe-case
Flex independent all => Flex-independent-all

For GlobalCase I don't know what's the problem.

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60257] backend listener does not like certain words as the sampler label names

2016-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

Philippe Mouawad  changed:

   What|Removed |Added

  Component|HTTP|Main

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60257] backend listener does not like certain words as the sampler label names

2016-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

Philippe Mouawad  changed:

   What|Removed |Added

   Hardware|PC  |All

-- 
You are receiving this mail because:
You are the assignee for the bug.


[Bug 60257] backend listener does not like certain words as the sampler label names

2016-10-15 Thread bugzilla
https://bz.apache.org/bugzilla/show_bug.cgi?id=60257

Philippe Mouawad  changed:

   What|Removed |Added

 Status|NEW |NEEDINFO
 CC||p.mouawad@ubik-ingenierie.c
   ||om

--- Comment #1 from Philippe Mouawad  ---
Hello,
Thanks for report.
My guess is that space may be the problem but I don't see why it would fail for
GlobalCase.
Do you confirm there is no space ?
Could you also remove the space in your naming and see if it works better ?
Thanks

-- 
You are receiving this mail because:
You are the assignee for the bug.