File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -76,7 +76,7 @@ for cmd in curl tee; do
7676done
7777
7878export collector_distro=" nrdot-collector-host"
79- export collector_version=" 0.8.11 "
79+ export collector_version=" 1.0.0 "
8080export collector_arch=" amd64"
8181curl " https://github.com/newrelic/nrdot-collector-releases/releases/download/${collector_version} /${collector_distro} _${collector_version} _linux_${collector_arch} .deb" --location --output collector.deb
8282# This automatically starts the collector as a systemd service
Original file line number Diff line number Diff line change 22 module : github.com/newrelic/nrdot-collector-releases/nrdot-collector-host
33 name : nrdot-collector-host
44 description : NRDOT Collector Host
5- version : 0.8.11
5+ version : 1.0.0
66 output_path : ./_build
77
88receivers :
Original file line number Diff line number Diff line change 22 module : github.com/newrelic/nrdot-collector-releases/nrdot-collector-k8s
33 name : nrdot-collector-k8s
44 description : NRDOT Collector k8s
5- version : 0.8.11
5+ version : 1.0.0
66 output_path : ./_build
77
88receivers :
You can’t perform that action at this time.
0 commit comments