Best Practices: MiQ Dependencies around other branches
by mike thompson
Hey Hawkular Folk,
So I just wanted to know what is the ‘the way’ to incorporate branches or PRs that one’s branch is dependent on? Since merging into MiQ master takes so long, what is our strategy around dependent merges? We are unfortunately in the realm of long lived branches now. Much more rebasing and conflicts given the extended timeframes for merging.
I have asked around, and no one is confident in “the way”.
I have a couple methods in mind but not sure what the best practices are…. Please speak up if one works for you and we can adopt it.
— Mike
9 years, 6 months
Hawkular-services 0.14
by Heiko W.Rupp
Heya,
we have released hawkular-services 0.14.
Changes to 0.13 are
* Agent has been updated to v 0.22
* Inventory has been updated to 0.19.2: this has a different backend
than before, so hammer it :)
Unofficial Docker images are available as follows:
* pilhuhn/hawkular-services
* pilhuhn/hawkfly (0.22.0)
and also
* pilhuhn/hawkfly-domain as a WildFly in domain mode.
Thanks to everyone who has contributed to this and all the previous
releases.
9 years, 6 months
Availability metrics: aggregate stats series
by Joel Takvorian
Hello all,
I'm still aiming to add some features to the grafana plugin. I've started
to integrate availabilities, but now I'm facing a problem when it comes to
show aggregated availabilities ; for example think about an OpenShift pod
that is scaled up to several instances.
Since availability is basically "up" or "down" (or, to simplify with the
other states such as "unknown", say it's either "up" or "non-up"), I
propose to add this new feature: availability stats with aggregation. The
call would be parameterized with an aggregation method, which would be
either "all of" or "any of": with "all of" we consider that the aggregated
series is UP when all its parts are UP.
It would require a new endpoint since the AvailabilityHandler currently
only expose stats queries with metric id as query parameter - not suitable
for multiple metrics.
Any objection or remark for this feature?
Joel
9 years, 7 months