How do we explain the drops in requests in the following example:
http://www.hawkular.org/img/blog/2017/2017-02-13-teaser.png
Shouldn't it always be the same load ?
Do we know if it's an it's an issue in APM, or is it that the load
balancing "lose" some requests as we scale down a server ? or else ?
Thomas
FWIW, I've been experimenting with Artificer as a "Getting Things Done" solution, mainly as a bit of dogfooding. However, it fits in surprisingly well. I'll be maintaining a demo that showcases a GTD ontology/classifier system, showing Artificer as not-just-another-artifact-repo, but also a powerful information and reference system.
https://developer.jboss.org/en/artificer/blog/2015/03/31/getting-things-d...
Yes, there is still some feature request on the Hawkular Grafana
datasource, so here's what's new in 1.1.2 (released today) :
- Legend customization [1]
- Fixed metric naming collision [2]
Release link:
https://github.com/hawkular/hawkular-grafana-datasource/releases/tag/v1.1.2
DockerHub registry updated as well.
About legend, here is an exemple of how it works with regexp:
>From metric name
pod/c6e2a9ab-8d1c-11e7-b7be-06415eb17bbf/custom/haproxy_server_bytes_in_total{namespace=my-namespace,pod=web-45-6f464,route=web,server=
10.1.10.138:8080,service=web}
Legend: HAProxy Server Bytes In {{namespace=([^,}]+)}} / {{pod=([^,}]+)}}
Result: HAProxy Server Bytes In my-namespace / web-45-6f464
[1] https://github.com/hawkular/hawkular-grafana-datasource/issues/58
[2] https://github.com/hawkular/hawkular-grafana-datasource/issues/99