Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

Commit

Permalink
add oltp config to new release
Browse files Browse the repository at this point in the history
Co-authored-by: Yuqi Jin <jyuqi@vmware.com>
  • Loading branch information
John Cornish and Jyuqi committed Nov 29, 2022
1 parent 0c838e4 commit 1c94c5a
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion deploy/kubernetes/wavefront-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,21 @@ spec:
description: MetricPort is the primary port for Wavefront
data format metrics. Defaults to 2878.
type: integer
oltp:
description: OpenTelemetry Protocol configuration
properties:
grpcPort:
description: GrpcPort for OLTP GRPC format data (usually
4317)
type: integer
httpPort:
description: HttpPort for OLTP format data (usually 4318)
type: integer
resourceAttrsOnMetricsIncluded:
description: Enable resource attributes on metrics to
be included. Defaults to false.
type: boolean
type: object
preprocessor:
description: Preprocessor is the name of the configmap containing
a rules.yaml key with proxy preprocessing rules
Expand Down Expand Up @@ -917,7 +932,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: metadata.namespace
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.0.2
image: projects.registry.vmware.com/tanzu_observability/kubernetes-operator:2.0.3-beta-1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 1c94c5a

Please sign in to comment.