Skip to content

Commit 762299d

Browse files
feat: check version ebpf on host (#1645)
* chore: bump AC version * feat: add version check ebpf agent type
1 parent 423b3ef commit 762299d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

agent-control/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "newrelic_agent_control"
33
description = "New Relic Agent Control Limited Preview"
4-
version = "0.48.0"
4+
version = "0.49.0"
55
authors.workspace = true
66
edition.workspace = true
77
rust-version.workspace = true

agent-control/agent-type-registry/newrelic/com.newrelic.ebpf-0.1.0.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,10 @@ variables:
246246
deployment:
247247
on_host:
248248
enable_file_logging: ${nr-var:enable_file_logging}
249+
version:
250+
path: /usr/bin/nr-ebpf-agent-client
251+
args: --version
252+
regex: \d+\.\d+\.\d+
249253
executables:
250254
- id: nr-ebpf-agent-client
251255
path: /usr/bin/nr-ebpf-agent-client

0 commit comments

Comments
 (0)