Skip to content

Commit 9af2437

Browse files
jvoravonggithub-actions[bot]
authored andcommitted
Update java instrumentation version
1 parent e94a479 commit 9af2437

File tree

71 files changed

+15
-139
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

71 files changed

+15
-139
lines changed

.chloggen/update-java.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
2+
change_type: enhancement
3+
# The name of the component, or a single word describing the area of concern, (e.g. agent, clusterReceiver, gateway, operator, chart, other)
4+
component: operator
5+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
6+
note: Bump java to v2.16.0 in helm-charts/splunk-otel-collector/values.yaml
7+
# One or more tracking issues related to the change
8+
issues: [1838]
9+
# (Optional) One or more lines of additional information to render under the primary note.
10+
# These lines will be padded with 2 spaces and then inserted directly into the document.
11+
# Use pipe (|) for multiline entries.
12+
subtext:

examples/add-filter-processor/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,10 @@ spec:
126126
key: splunk_observability_access_token
127127

128128
readinessProbe:
129-
initialDelaySeconds: 0
130129
httpGet:
131130
path: /
132131
port: 13133
133132
livenessProbe:
134-
initialDelaySeconds: 0
135133
httpGet:
136134
path: /
137135
port: 13133

examples/add-filter-processor/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/add-kafkametrics-receiver/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,10 @@ spec:
126126
key: splunk_observability_access_token
127127

128128
readinessProbe:
129-
initialDelaySeconds: 0
130129
httpGet:
131130
path: /
132131
port: 13133
133132
livenessProbe:
134-
initialDelaySeconds: 0
135133
httpGet:
136134
path: /
137135
port: 13133

examples/add-kafkametrics-receiver/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/add-receiver-creator/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/add-receiver-creator/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/add-sampler/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/add-sampler/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/autodetect-istio/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,10 @@ spec:
127127
key: splunk_observability_access_token
128128

129129
readinessProbe:
130-
initialDelaySeconds: 0
131130
httpGet:
132131
path: /
133132
port: 13133
134133
livenessProbe:
135-
initialDelaySeconds: 0
136134
httpGet:
137135
path: /
138136
port: 13133

examples/autodetect-istio/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,10 @@ spec:
7373
name: default-splunk-otel-collector
7474
key: splunk_observability_access_token
7575
readinessProbe:
76-
initialDelaySeconds: 0
7776
httpGet:
7877
path: /
7978
port: 13133
8079
livenessProbe:
81-
initialDelaySeconds: 0
8280
httpGet:
8381
path: /
8482
port: 13133

examples/collector-agent-only/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/collector-all-modes/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/collector-all-modes/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/collector-all-modes/rendered_manifests/deployment-gateway.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,10 @@ spec:
9494
containerPort: 9411
9595
protocol: TCP
9696
readinessProbe:
97-
initialDelaySeconds: 0
9897
httpGet:
9998
path: /
10099
port: 13133
101100
livenessProbe:
102-
initialDelaySeconds: 0
103101
httpGet:
104102
path: /
105103
port: 13133

examples/collector-cluster-receiver-only/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/collector-gateway-only/rendered_manifests/deployment-gateway.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,10 @@ spec:
9494
containerPort: 9411
9595
protocol: TCP
9696
readinessProbe:
97-
initialDelaySeconds: 0
9897
httpGet:
9998
path: /
10099
port: 13133
101100
livenessProbe:
102-
initialDelaySeconds: 0
103101
httpGet:
104102
path: /
105103
port: 13133

examples/controlplane-histogram-metrics/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/controlplane-histogram-metrics/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/crio-logging/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/crio-logging/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/default/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/default/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/disable-persistence-queue-traces/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,12 +126,10 @@ spec:
126126
key: splunk_platform_hec_token
127127

128128
readinessProbe:
129-
initialDelaySeconds: 0
130129
httpGet:
131130
path: /
132131
port: 13133
133132
livenessProbe:
134-
initialDelaySeconds: 0
135133
httpGet:
136134
path: /
137135
port: 13133

examples/disable-persistence-queue-traces/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_platform_hec_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/discovery-mode/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,12 +130,10 @@ spec:
130130
name: redis-secret
131131

132132
readinessProbe:
133-
initialDelaySeconds: 0
134133
httpGet:
135134
path: /
136135
port: 13133
137136
livenessProbe:
138-
initialDelaySeconds: 0
139137
httpGet:
140138
path: /
141139
port: 13133

examples/distribution-aks/rendered_manifests/daemonset.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,10 @@ spec:
119119
key: splunk_observability_access_token
120120

121121
readinessProbe:
122-
initialDelaySeconds: 0
123122
httpGet:
124123
path: /
125124
port: 13133
126125
livenessProbe:
127-
initialDelaySeconds: 0
128126
httpGet:
129127
path: /
130128
port: 13133

examples/distribution-aks/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,12 +72,10 @@ spec:
7272
name: default-splunk-otel-collector
7373
key: splunk_observability_access_token
7474
readinessProbe:
75-
initialDelaySeconds: 0
7675
httpGet:
7776
path: /
7877
port: 13133
7978
livenessProbe:
80-
initialDelaySeconds: 0
8179
httpGet:
8280
path: /
8381
port: 13133

examples/distribution-eks-fargate/rendered_manifests/deployment-cluster-receiver.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,10 @@ spec:
105105
name: default-splunk-otel-collector
106106
key: splunk_observability_access_token
107107
readinessProbe:
108-
initialDelaySeconds: 0
109108
httpGet:
110109
path: /
111110
port: 13133
112111
livenessProbe:
113-
initialDelaySeconds: 0
114112
httpGet:
115113
path: /
116114
port: 13133

examples/distribution-eks-fargate/rendered_manifests/deployment-gateway.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,10 @@ spec:
9494
containerPort: 9411
9595
protocol: TCP
9696
readinessProbe:
97-
initialDelaySeconds: 0
9897
httpGet:
9998
path: /
10099
port: 13133
101100
livenessProbe:
102-
initialDelaySeconds: 0
103101
httpGet:
104102
path: /
105103
port: 13133

0 commit comments

Comments
 (0)