Questions tagged [hawkular]

Hawkular is a collection of metrics and monitoring-related projects. Sub-projects include Hawkular Metrics, Hawkular Alerts, Hawkular Inventory and the "all in one" Hawkular Services.

Definition:

Hawkular is a collection of metrics and monitoring-related projects.

Sub-projects include Hawkular Metrics, Hawkular Alerts, Hawkular Inventory, and the "all in one" Hawkular Services.

Important Links:

31 questions
1
vote
0 answers

Accessing all metrics for a Project on OpenShift

I am running openshift vm. when I run this command on command prompt: curl -k -X GET https://hawkular-metrics.example.com/hawkular/metrics/status I am getting JSON…
David Dimas
  • 41
  • 1
  • 1
  • 5
0
votes
2 answers

Get the current and the most latest CPU and Memory usage of all the pods

I would like to know how to get current or the last read metric value of CPU and memory usage of all pods. I tried to call the hawkler endpoint. I went to the browser developer mode by hitting f12 and took this endpoint from list of calls that are…
lr-pal
  • 339
  • 2
  • 6
  • 20
0
votes
1 answer

AvailableOpenshift current (3.11) open source APM solutions

It seems that Hawkular APM is not actively maintained anymore (https://www.hawkular.org/hawkular-apm/). What opensource APM solutions do we have currently available for Openshift Container Platform? Can you detail the features they provide…
codependent
  • 23,193
  • 31
  • 166
  • 308
0
votes
0 answers

How to add Grafana dashboard for CPU usage from Hawkular Datasource?

I'm working on Hawkular and Grafana integration for our OpenShift Container Platform project. I succeeded in configuring Hawkular Datasource in a Grafana instance. As Hawkular Metrics keeps data of multiple pods, it became a tough task to get the…
GreyWorm
  • 183
  • 1
  • 1
  • 6
0
votes
1 answer

hawkular data accessing error

We are getting metrics details by the below command: curl --insecure --cacert ca.crt -H "Authorization: Bearer 2XwxlTO_ls_HqpwTe5OWhGwuTu5qEzFxVGIhe761V7A" -H "Hawkular-Tenant: openshift-infra" -X GET…
JOY
  • 53
  • 1
  • 1
  • 9
0
votes
0 answers

Hawkular Metrics not available on Openshift

Using : Openshift: 3.7 OS : Windows 10 Prof VM : Virtual Box I'm using OC cluster up to operate Openshift and do not receive and Hawkular metrics on the Openshift Web Console. A few articles seem to suggest that Hawkular needs port 8778 (Jolokia)…
Coffee Bean
  • 31
  • 1
  • 5
0
votes
1 answer

Hawkular resolving "Missing" triggers

I am new to Hawkular and I have created a trigger for alert when a device did not communicate with me for a given time period (10s for testing). "trigger": { "id": "YYY, "name": "My trigger", …
mumbo_s5
  • 161
  • 1
  • 14
0
votes
0 answers

Error with Hawkular agent in WildFly-8.2

We got following error with Hawkular agent in WildFly-8.2 (domain mode) running on Java 7. [Host Controller] Caused by: java.util.concurrent.ExecutionException: java.lang.UnsupportedClassVersionError:…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
0
votes
1 answer

Hawkular APM not showing any data

We have installed Hawkular APM downloaded from https://github.com/hawkular/hawkular-apm/releases. Then started the server: bin/add-user.sh -a -u jdoe -p password -g read-write,read-only bin/standalone.sh -b 0.0.0.0 -Djboss.http.port={PORT} (1) Then…
Valsaraj Viswanathan
  • 1,473
  • 5
  • 28
  • 51
0
votes
1 answer

How to call Hawkular from Vert.x

I want to get the metrics from vert.x with Hawkular, but I have problem. Following the tutorial of this. http://vertx.io/docs/vertx-hawkular-metrics/java/ Then, I change the code of the tutorial of…
Ryo0606
  • 3
  • 2
0
votes
1 answer

Using Hawkular for Rest services built using CXF

I am new to Distributed Tracing / Hawkular. And would like to experiment tracing for my distributed cxf rest services using hawkular. Will it be possible to trace cxf servcies using hawkular and if any one has doc or reference sample app, that will…
M S
  • 27
  • 6
0
votes
1 answer

Manageiq not access to Hawkular in Centos 7 VMWare

My development environment is CentOS 7 in vmware workstation 11 and manageiq docker container (manageiq/manageiq:euwe-2) on eclipse docker perspective. The manageiq appplication (https://127.0.0.1:8443) is executed well. But connecting hawkular is…
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
0
votes
1 answer

Credential validation was not successful: Unable to connect to localhost:8080 from hawkular connection

My connection to hawkular-services-dist-0.30.0.Final of managiq ui is failed. But my manageiq configuration seems to be successful. I can examine the manageiq UI with below url, https://localhost:8443/ (The configuration ref site is…
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
0
votes
1 answer

Required. Should have privileged access, such as root or administrator in manageiq

I try to monitor Hawkular with manageiq on Centos 7. These are my monitoring implementation process which are run on root privilege. First cassandra nosql db is executed. # systemctl start cassandra And next I execute the hawkular server like below…
Joseph Hwang
  • 1,337
  • 3
  • 38
  • 67
0
votes
1 answer

Hawkular And Vertx: Why the new installed Hawkular Metric Server does not receive any metrics?

my goal is to visualize vertx metrics - like for example the counts of messages, which are sent over eventbus and so on. (please consider thath the following tools are all together on my localhost, nothing resides on separated machines) Therefor…
user3133542
  • 1,695
  • 4
  • 21
  • 42