Announcement: apiman 1.2.x released!
by Eric Wittmann
Greetings, earthlings!
At long last we are happy to announce the release of apiman version
1.2.1.Final. You can read more about this most excellent release here:
http://www.apiman.io/blog/apiman/2016/01/22/release-1.2.html
Thank you very much to everyone in the community for your interest and
support. Hopefully 1.2 provides a bunch of functionality that folks
have been asking for.
Now that the first version of 1.2.x is out the door, expect us to be
going back to our more frequent release schedule!
-Eric
8 years, 11 months
Anyone interested in Prometheus metrics for apiman?
by Marc Savy
Hi All,
Is anyone interested in Prometheus metrics/monitoring for apiman?
There's currently a PoC implementation for the Vert.x 3 gateway (which
none of you are likely using!), however it's probably of limited
practical use in the wild.
The nature of Prometheus is rather different to any of the other engines
we've worked with, in that you must define which measures you're
interested in a priori, rather than spitting out raw data and analysing
it later.
Clearly, this requires substantial decisions to be made in advance as to
what kind of metrics are important to you, and indeed which ones you
don't want.
I think in many cases we'll just have to provide a base class which can
be extended so you can implement your own measures in a way that suits you.
However, it would be good to provide a default implementation which has
a useful set of measures which will cover a least a substantial portion
of usecases.
Therefore, my questions are:
- Should we provide a default implementation of Prometheus metrics. Or
are requirements too diverse to make it worthwhile?
- If yes, which measures should we provide by default?
- Would there be an argument for having engines like Prometheus to be
run concurrently with another one (e.g. elaticsearch metrics), because
it serves a different purpose. What's your use case?
Regards,
Marc
8 years, 11 months