Skip to content

config: update the self metrics after UTF-8 support was added

0563db4
Select commit
Loading
Failed to load commit list.
Open

config: update the self metrics after we switched to exporting using OTLP #73

config: update the self metrics after UTF-8 support was added
0563db4
Select commit
Loading
Failed to load commit list.
Google Cloud Build / otlp-k8s-manifest-presubmit (opentelemetry-ops-e2e) succeeded Aug 11, 2025 in 11m 23s

Summary

Build Information

Trigger otlp-k8s-manifest-presubmit
Build ee9e48c1-b9e0-4d23-8d1e-f6b3c1056a86
Start 2025-08-11T14:24:42-07:00
Duration 11m22.479s
Status SUCCESS

Steps

Step Status Duration
Replace SUCCESS 2.474s
CreateCluster SUCCESS 5m57.121s
Deploy SUCCESS 10.153s
AssertReady SUCCESS 21.397s
DeleteCluster SUCCESS 4m45.965s

Details

starting build "ee9e48c1-b9e0-4d23-8d1e-f6b3c1056a86"

FETCHSOURCE
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
hint:
hint: Disable this message with "git config set advice.defaultBranchName false"
Initialized empty Git repository in /workspace/.git/
From https://github.com/GoogleCloudPlatform/otlp-k8s-ingest
 * branch            0563db4f2c1fa6f76dba65687e177b1c99aadae8 -> FETCH_HEAD
HEAD is now at 0563db4 config: update the self metrics after UTF-8 support was added
GitCommit:
0563db4f2c1fa6f76dba65687e177b1c99aadae8
SETUPBUILD
BUILD
Starting Step #0 - "Replace"
Step #0 - "Replace": Pulling image: ubuntu
Step #0 - "Replace": Using default tag: latest
Step #0 - "Replace": latest: Pulling from library/ubuntu
Step #0 - "Replace": Digest: sha256:a08e551cb33850e4740772b38217fc1796a66da2506d312abe51acda354ff061
Step #0 - "Replace": Status: Downloaded newer image for ubuntu:latest
Step #0 - "Replace": docker.io/library/ubuntu:latest
Finished Step #0 - "Replace"
Starting Step #1 - "CreateCluster"
Step #1 - "CreateCluster": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #1 - "CreateCluster": Note: The Kubelet readonly port (10255) is now deprecated. Please update your workloads to use the recommended alternatives. See https://cloud.google.com/kubernetes-engine/docs/how-to/disable-kubelet-readonly-port for ways to check usage and for migration instructions.
Step #1 - "CreateCluster": Note: Your Pod address range (`--cluster-ipv4-cidr`) can accommodate at most 1008 node(s).
Step #1 - "CreateCluster": Creating cluster otlp-k8s-manifest-presubmit-0563db4 in us-east1...
Step #1 - "CreateCluster": ...............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done.
Step #1 - "CreateCluster": Created [https://container.googleapis.com/v1/projects/opentelemetry-ops-e2e/zones/us-east1/clusters/otlp-k8s-manifest-presubmit-0563db4].
Step #1 - "CreateCluster": To inspect the contents of your cluster, go to: https://console.cloud.google.com/kubernetes/workload_/gcloud/us-east1/otlp-k8s-manifest-presubmit-0563db4?project=opentelemetry-ops-e2e
Step #1 - "CreateCluster": kubeconfig entry generated for otlp-k8s-manifest-presubmit-0563db4.
Step #1 - "CreateCluster": NAME                                 LOCATION  MASTER_VERSION      MASTER_IP      MACHINE_TYPE  NODE_VERSION        NUM_NODES  STATUS   STACK_TYPE
Step #1 - "CreateCluster": otlp-k8s-manifest-presubmit-0563db4  us-east1  1.33.2-gke.1240000  35.196.156.96  e2-medium     1.33.2-gke.1240000  9          RUNNING  IPV4
Finished Step #1 - "CreateCluster"
Starting Step #2 - "Deploy"
Step #2 - "Deploy": Already have image (with digest): gcr.io/cloud-builders/kubectl
Step #2 - "Deploy": Running: gcloud container clusters get-credentials --project="opentelemetry-ops-e2e" --region="us-east1" "otlp-k8s-manifest-presubmit-0563db4"
Step #2 - "Deploy": Fetching cluster endpoint and auth data.
Step #2 - "Deploy": kubeconfig entry generated for otlp-k8s-manifest-presubmit-0563db4.
Step #2 - "Deploy": Running: kubectl apply -k ./k8s/base
Step #2 - "Deploy": namespace/opentelemetry created
Step #2 - "Deploy": serviceaccount/opentelemetry-collector created
Step #2 - "Deploy": clusterrole.rbac.authorization.k8s.io/opentelemetry-collector created
Step #2 - "Deploy": clusterrolebinding.rbac.authorization.k8s.io/opentelemetry-collector created
Step #2 - "Deploy": configmap/collector-config created
Step #2 - "Deploy": service/opentelemetry-collector created
Step #2 - "Deploy": deployment.apps/opentelemetry-collector created
Step #2 - "Deploy": horizontalpodautoscaler.autoscaling/opentelemetry-collector created
Finished Step #2 - "Deploy"
Starting Step #3 - "AssertReady"
Step #3 - "AssertReady": Already have image (with digest): gcr.io/cloud-builders/kubectl
Step #3 - "AssertReady": Running: gcloud container clusters get-credentials --project="opentelemetry-ops-e2e" --region="us-east1" "otlp-k8s-manifest-presubmit-0563db4"
Step #3 - "AssertReady": Fetching cluster endpoint and auth data.
Step #3 - "AssertReady": kubeconfig entry generated for otlp-k8s-manifest-presubmit-0563db4.
Step #3 - "AssertReady": Running: kubectl wait --for=condition=Ready --timeout=300s -n opentelemetry pods --all
Step #3 - "AssertReady": pod/opentelemetry-collector-66845f55c7-2g4n6 condition met
Step #3 - "AssertReady": pod/opentelemetry-collector-66845f55c7-m7qmb condition met
Finished Step #3 - "AssertReady"
Starting Step #4 - "DeleteCluster"
Step #4 - "DeleteCluster": Already have image (with digest): gcr.io/cloud-builders/gcloud
Step #4 - "DeleteCluster": Deleting cluster otlp-k8s-manifest-presubmit-0563db4...
Step #4 - "DeleteCluster": .......................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................done.
Step #4 - "DeleteCluster": Deleted [https://container.googleapis.com/v1/projects/opentelemetry-ops-e2e/zones/us-east1/clusters/otlp-k8s-manifest-presubmit-0563db4].
Finished Step #4 - "DeleteCluster"
PUSH
DONE

Build Log: https://console.cloud.google.com/cloud-build/builds;region=us-east1/ee9e48c1-b9e0-4d23-8d1e-f6b3c1056a86?project=427213409062