This message was deleted.
# support
s
This message was deleted.
a
@Ankit Nayan i have done this integration same as like how i did it for tomcat server. keycloak internally using wildfly / jboss .
Is it possible to get alerts for cpu,memory utilizations as well as for the application down/crashes
?
a
cpu,memory utilizations
for the vm or application?
for the application down/crashes
you can set alert on 0 RPS but that does not mean app is crashing or down. You need to send metrics from application and set alert on that.
Or if you have a healthcheck endpoint which gives 5xx which will generate metrics automatically for alerting in signoz
a
ok
i would like to get the cpu utilization of the pod/vm
a
@Prashant Shahi which K8s receiver would be best to include in
otel-collector-metrics
to track pod level resource utilization?
p
Kubernetes Metrics -
kubeletstats
and
k8s_cluster
Node Metrics -
hostmetrics
Refer to K8s Infra tutorial: https://signoz.io/docs/tutorial/kubernetes-infra-metrics/
But they would come as additional otel-collector sending data to SigNoz
otel-collector
. While
otel-collector-metrics
would not be involved.
a
Ok thank you i will go through this document and will implement the same