Skip to content

Commit 33e50bc

Browse files
Chore/chart (#776)
* chore(chart): bump default version * chore(chart): bump default version
1 parent 1900d4c commit 33e50bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

super-agent/agent-type-registry/newrelic/io.opentelemetry.collector-0.2.0.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ variables:
3737
description: "Newrelic otel collector chart version"
3838
type: string
3939
required: true
40-
default: "0.3.2"
40+
default: "0.7.2"
4141
deployment:
4242
on_host:
4343
executables:

test/k8s-e2e/e2e-spec.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ scenarios:
1515
nrqls:
1616
# Checks that the metric exist for the test scenario, an extra where testKey=$SCENARIO_TAG is always added.
1717
- query: "SELECT * from Metric where metricName = 'kube_daemonset_created'"
18-
- query: "SELECT * from Metric where metricName = 'k8s.pod.memory.major_page_faults'"
18+
- query: "SELECT * from Metric where metricName = 'k8s.pod.memory.working_set'"

0 commit comments

Comments
 (0)