Skip to content

Commit

Permalink
update snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
auto_merge committed Aug 2, 2024
1 parent 22714ae commit dc3b984
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@
source "content/en/boilerplates/snips/start-otel-collector-service.sh"
source "content/en/boilerplates/snips/trace-generation.sh"

! IFS=$'\n' read -r -d '' snip_exporting_via_grpc_2 <<\ENDSNIP
spec:
ports:
- name: grpc-otlp
port: 4317
protocol: TCP
targetPort: 4317
ENDSNIP

snip_install_otlp_http() {
cat <<EOF | istioctl install --set values.pilot.env.PILOT_ENABLE_CONFIG_DISTRIBUTION_TRACKING=true -y -f -
apiVersion: install.istio.io/v1alpha1
Expand Down

0 comments on commit dc3b984

Please sign in to comment.