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
10
votes
0 answers

Logs are not received in Hawkular APM from Zipkin Client

I have client application instrumented with Zipkin library with configuration in spring application.properties . camel.zipkin.host-name=hawkular-apm-server.com camel.zipkin.port=443 camel.zipkin.include-message-body-streams=true Maven dependency …
jack
  • 701
  • 1
  • 7
  • 23
3
votes
1 answer

Why is Openshift reporting a far greater container memory usage than the same Docker container running locally?

I have a Docker container that reports this resource usage when running locally: docker run -i --rm -p 8080:8080 my-application As you can see the container uses 10.6MiB: docker ps -q | xargs docker stats --no-stream CONTAINER ID …
codependent
  • 18,032
  • 17
  • 110
  • 225
2
votes
2 answers

ManageIQ docker container cannot not be connected with web browser

I try to test manageiq monitoring to hawkular. I made manageiq docker container with the following commands docker pull manageiq/manageiq:euwe-1 docker run --privileged -d -p 8443:443 manageiq/manageiq:euwe-1 I can see the container be generated…
Joseph Hwang
  • 991
  • 1
  • 22
  • 45
1
vote
1 answer

How to monitor thread count for apps in Hawkular metrics in Grafana?

I'm working on creating a dashboard where I can monitor the thread count for apps which are present in hawkular-metrics from openshift. (The datasource is already configured). I do have a json file for creating dashbboard for memory usage for all…
Underoos
  • 3,105
  • 3
  • 22
  • 47
1
vote
2 answers

How can I enable metrics on minishift?

My minishift version is v1.16.1+d9a86c9 and I'm running openshift origin 3.9. I want to use a horizontal pod autoscaler in minishift and for that I need the metrics pods to be installed. I have searched the minishift docs but there's no info about…
codependent
  • 18,032
  • 17
  • 110
  • 225
1
vote
0 answers

Does Hawkular REST API have a swagger specification?

The documentation subtitle for www.hawkular.org/docs/rest/rest-metrics.html is "Auto-generated swagger documentation" I can't find the swagger specification file in either JSON or YAML format, in the site or the repo. Does one exist for either…
intotecho
  • 2,910
  • 1
  • 25
  • 37
1
vote
1 answer

Hawkular Metrics not be brought to Grafana web console

My OS is CentOS 7 and running Wildfly 10.1 on it. The monitoring tools are Hawkular 0.39.0 and Grafana server 3.1.1. I modify the specific IP of Hawkular and Wildfly. Below are the log contents Hawkular 18:19:01,601 INFO …
Joseph Hwang
  • 991
  • 1
  • 22
  • 45
1
vote
2 answers

Grafana alerting not working with Hawkular services

We have setup Grafana and installed Hawkular plugin to connect with Hawkular services. It worked & shown some metrics. When an alert is configured via Grafana UI, it shown following error in Grafana UI: tsdb.HandleRequest() error Could not find…
Valsaraj Viswanathan
  • 1,027
  • 3
  • 22
  • 43
1
vote
1 answer

Is it possible to fire event/alert if a service registered with Eureka goes UP or DOWN?

Netflix-Eureka has a well defined RESTful API to get status of all services currently registered with it. We can pull this information anytime with a simple GET request. I want to setup an alerting system that will notify someone either by email or…
Ashutosh
  • 314
  • 1
  • 10
1
vote
1 answer

Autoscaling Deployment with custom metrics on Openshift 1.5.0

Is there any possibility to autoscale deployment with Openshift Origin 1.5.0 (kubernetes 1.5.2) and use custom metrics for this purpose? Kubernetes documentation states that autoscaling with custom metrics are being supported from version 1.2. It…
1
vote
1 answer

hawkular alert triggers do not fire

This is my test environment: - Hawkular Services 0.30 - Ubuntu Desktop 16.04.1 LTS running over VMWare - Apache Cassandra 3.9 I can send data to the metrics engine without no error, and the data is correctly stored. I checked it against the…
usuario
  • 405
  • 5
  • 14
1
vote
1 answer

Hawkular agent: index out of range

I have a problem with setting up hawkular-agent. I have set up the agent in OpenShift pod and I get this error log when agent tries to call the jolokia endpoint of another application running in a different pod: I0130 13:07:05.161073 1…
hipokito
  • 354
  • 3
  • 10
1
vote
1 answer

How to display monitoring windows of Hawkular?

I am a newbie to hawkular and struggling displaying hawkular web ui. My OS is windows 10 and Cassandra datastax-ddc-64bit-3.7.0 is installed successfully. Both Wildfly 10 and hawkular-services-dist-0.23.0.Final are unzip in c driver. This is my…
Joseph Hwang
  • 991
  • 1
  • 22
  • 45
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
  • 31
  • 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…
1
2 3