Slackbot
06/01/2022, 9:57 AMPranay
Miloš Hlavička
06/01/2022, 10:10 AMPranay
Miloš Hlavička
06/01/2022, 10:37 AMPranay
Prashant Shahi
06/01/2022, 6:21 PMtest-instance
with your instance hostname - output of `echo $HOST`:
curl -sL <https://github.com/SigNoz/benchmark/raw/main/dashboards/hostmetrics/hostmetrics-import.sh> \
| HOSTNAME="test-instance" DASHBOARD_TITLE="HostMetrics Dashboard for test-instance" bash
Prashant Shahi
06/02/2022, 6:09 PMMiloš Hlavička
06/06/2022, 2:42 PMPrashant Shahi
06/06/2022, 4:43 PMPrashant Shahi
06/06/2022, 4:43 PMMiloš Hlavička
06/07/2022, 8:39 AMPrashant Shahi
06/07/2022, 10:49 AMMiloš Hlavička
06/07/2022, 12:14 PMPrashant Shahi
06/07/2022, 12:18 PMMiloš Hlavička
06/07/2022, 12:39 PMsom neema
06/16/2022, 7:50 AMPrashant Shahi
06/16/2022, 8:40 AMsom neema
06/16/2022, 5:05 PMsom neema
06/17/2022, 3:11 PMPrashant Shahi
06/17/2022, 3:21 PMsom neema
06/17/2022, 3:23 PM2051 cat hostmetrics-import.sh | HOSTNAME="aks-agentpool-14188195-vmss000003" DASHBOARD_TITLE="HostMetrics Dashboard for aks-agentpool-14188195-vmss000003" bash
2052 cat hostmetrics-import.sh | HOSTNAME="aks-agentpool-14188195-vmss000002" DASHBOARD_TITLE="HostMetrics Dashboard for aks-agentpool-14188195-vmss000002" bash
I just restarted the cluster, let me run through the steps againPrashant Shahi
06/17/2022, 3:24 PMsom neema
06/17/2022, 3:24 PMPrashant Shahi
06/17/2022, 3:24 PMfor node in $(kubectl get nodes -o name | sed -e "s/^node\///");
do
curl -sL <https://github.com/SigNoz/benchmark/raw/main/dashboards/hostmetrics/hostmetrics-import.sh> \
| HOSTNAME="$node" DASHBOARD_TITLE="Node Metrics Dashboard for $node" bash
done
Prashant Shahi
06/17/2022, 3:25 PMsom neema
06/17/2022, 3:25 PMsom@SomNeema-pc:~/ws/repos/benchmark/dashboards/hostmetrics$ kubectl get nodes -o name | sed -e "s/^node\///"
aks-agentpool-14188195-vmss000006
aks-agentpool-14188195-vmss000007
aks-userpool-14188195-vmss000008
som neema
06/17/2022, 3:26 PMPrashant Shahi
06/17/2022, 3:26 PMgit pull
latest changes from hostmetrics repo.som neema
06/17/2022, 3:27 PMsom neema
06/17/2022, 3:28 PMRecent commits
5bc3ecf origin/main chore: 🏗️ migrate dashboard to v0.8.1 format
e5f2969 chore: 🔧 move out config with dockerstats
c44fd80 chore: 🔧 update hostmetrics dashboard
32491ff chore(config): 🔧 update OTel config and hostmetrics dashboard files
som neema
06/17/2022, 3:32 PMPrashant Shahi
06/17/2022, 3:33 PMsom neema
06/17/2022, 3:33 PMsom neema
06/17/2022, 3:34 PMPrashant Shahi
06/17/2022, 3:35 PMPrashant Shahi
06/17/2022, 3:35 PMsom neema
06/17/2022, 3:36 PMsom neema
06/17/2022, 3:38 PMPrashant Shahi
06/17/2022, 3:38 PMsom neema
06/17/2022, 3:40 PMPrashant Shahi
06/17/2022, 3:40 PMPrashant Shahi
06/17/2022, 3:43 PMI dont see my app containersif you hover-over graph or scroll-over labels, you should see your application. you can edit widgets to only show your application namespace. For example:
k8s_container_cpu_request{k8s_namespace_name="my-app-namespace"}
som neema
06/17/2022, 3:46 PMk8s_container_cpu_request(k8s_namespace_name="") ?
Prashant Shahi
06/17/2022, 3:57 PMk8s_container_cpu_request{k8s_namespace_name="default"}
som neema
06/17/2022, 3:58 PMWarning Unhealthy 8s (x2 over 58s) kubelet Readiness probe failed: Get "<http://10.244.1.24:13133/>": dial tcp 10.244.1.24:13133: connect: connection refused
Warning BackOff 5s (x10 over 56s) kubelet Back-off restarting failed container
will cleanup the namespace and try againsom neema
06/17/2022, 4:04 PMsom neema
06/17/2022, 4:08 PMPrashant Shahi
06/17/2022, 5:41 PMsom neema
06/17/2022, 6:35 PMPrashant Shahi
06/17/2022, 8:48 PMsignoz-infra-metrics
?
kubectl -n signoz-infra-metrics delete -Rf agent
kubectl -n signoz-infra-metrics delete -Rf deployment
Prashant Shahi
06/17/2022, 8:49 PMsom neema
06/17/2022, 8:50 PMPrashant Shahi
06/17/2022, 8:59 PMsom neema
06/17/2022, 9:00 PMinclude the signoz endpoint?
Yes I have the ip addresses of the endpoint updated in the yaml