Ajay Lotan Thakur | 491ed5a | 2022-05-31 17:33:00 -0600 | [diff] [blame^] | 1 | #!/bin/sh |
2 | |||||
3 | # Copyright 2022-present Open Networking Foundation | ||||
4 | # | ||||
5 | # SPDX-License-Identifier: Apache-2.0 | ||||
6 | |||||
7 | set -xe | ||||
8 | |||||
9 | IMGPATH={{ .Values.config.imagePath }} | ||||
10 | {{- if .Values.config.coreDump.enabled }} | ||||
11 | cp /sdcore/metrics /tmp/coredump/ | ||||
12 | {{- end }} | ||||
13 | |||||
14 | cd /metricfunc | ||||
15 | cat config/metricscfg.conf | ||||
16 | |||||
17 | echo $PWD | ||||
18 | |||||
19 | GOTRACEBACK=crash /metricfunc/bin/metricfunc -metrics config/metricscfg.conf |