-
Now that we have Zipkin support, update the lab to include distributed tracing.
-
Ref: https://github.com/bucharest-gold/entente/issues/7
lance updated
7 years ago
-
Defining a route [1] like
```
context = HttpServer.create(8556)
.newRouter(r -> r
.get("/hawkular/alerts", (req, resp) -> {
…
-
Since Heapster is being deprecated, we probably want to gather the same metrics that Heapster is currently gathering and store those into Hawkular Metrics.
In essence the agent would be reading the…
-
Right now, most of our tags require that they be specified in the agents global setting or in the metric setting.
But, there are things like the description tag which get brought in from the Promet…
-
See also https://github.com/openshift/origin/issues/20913: if we choose v3.10 for OpenShift, the metrics installation will fail.
The reason is that the hawkular image 3.10 does not exist.
If we …
-
OS/X install is just a placeholder right now: https://github.com/ManageIQ/manageiq-providers-hawkular/blob/master/GETTING_STARTED.md#os-x
-
the "more info" section contains several links to documentation, they seem to lead nowhere.
https://github.com/hawkular/hawkular-client-ruby#more-info
cc @josejulio
-
https://issues.jboss.org/browse/HAWKULAR-83
-
Right now we are setting the `name` of the jolokia metric to the mbean and its path where the metric can be found (https://github.com/hawkular/hawkular-openshift-agent/blob/master/hack/jolokia-wildfly…