Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
config: |
config:
receivers:
otlp:
protocols:
Expand Down
4 changes: 2 additions & 2 deletions recipes/beyla-golden-signals/gke/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: otel/opentelemetry-collector-contrib:0.112.0
config: |
config:
receivers:
# receive OTLP metrics from Beyla
otlp:
Expand Down
4 changes: 2 additions & 2 deletions recipes/beyla-service-graph/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: otel/opentelemetry-collector-contrib:0.112.0
config: |
config:
receivers:
# receive OTLP spans from Beyla
otlp:
Expand Down
4 changes: 2 additions & 2 deletions recipes/cloud-trace/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: otel/opentelemetry-collector-contrib:0.112.0
config: |
config:
receivers:
otlp:
protocols:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
Expand All @@ -25,7 +25,7 @@ spec:
memory: 60Mi
limits:
memory: 100Mi
config: |
config:
receivers:
otlp:
protocols:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel-deployment
Expand All @@ -31,7 +31,7 @@ spec:
volumes:
- emptyDir: {}
name: buffered-telemetry
config: |
config:
receivers:
otlp:
protocols:
Expand Down
4 changes: 2 additions & 2 deletions recipes/host-and-kubelet-metrics/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
Expand All @@ -31,7 +31,7 @@ spec:
volumeMounts:
- mountPath: /hostfs
name: hostfs
config: |
config:
receivers:
hostmetrics:
collection_interval: 10s
Expand Down
4 changes: 2 additions & 2 deletions recipes/resource-detection/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: otel/opentelemetry-collector-contrib:0.112.0
config: |
config:
receivers:
otlp:
protocols:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: otel/opentelemetry-collector-contrib:0.112.0
config: |
config:
receivers:
otlp:
protocols:
Expand Down Expand Up @@ -49,5 +49,5 @@ spec:
pipelines:
traces:
receivers: [otlp]
processors: [resourcedetection,resource]
processors: [resourcedetection, resource]
exporters: [debug]
4 changes: 2 additions & 2 deletions recipes/trace-enhancements/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: otel/opentelemetry-collector-contrib:0.112.0
config: |
config:
receivers:
otlp:
protocols:
Expand Down
4 changes: 2 additions & 2 deletions recipes/trace-filtering/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
spec:
image: otel/opentelemetry-collector-contrib:0.112.0
config: |
config:
receivers:
otlp:
protocols:
Expand Down
4 changes: 2 additions & 2 deletions recipes/trace-remote-sampling/collector-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

apiVersion: opentelemetry.io/v1alpha1
apiVersion: opentelemetry.io/v1beta1
kind: OpenTelemetryCollector
metadata:
name: otel
Expand All @@ -38,7 +38,7 @@ spec:
mountPath: /etc/otel/sampling
readOnly: true
# Ensure the jaeger remote sampler config is enabled as an extension.
config: |
config:
receivers:
otlp:
protocols:
Expand Down
Loading