Skip to content
This repository was archived by the owner on Jul 18, 2024. It is now read-only.

Commit 81b3be5

Browse files
authored
Merge pull request #76 from loafyloaf/remove_tracker
Remove deprecated metrics tracker
2 parents 491f1e3 + 0762f70 commit 81b3be5

File tree

2 files changed

+0
-38
lines changed

2 files changed

+0
-38
lines changed

README.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -204,23 +204,6 @@ bx service key-delete "Compose for PostgreSQL-GL" Credentials-1
204204
bx service delete "Compose for PostgreSQL-GL"
205205
```
206206

207-
# Privacy Notice
208-
209-
Sample Kubernetes Yaml file that includes this package may be configured to track deployments to [IBM Cloud](https://www.bluemix.net/) and other Kubernetes platforms. The following information is sent to a [Deployment Tracker](https://github.com/IBM/metrics-collector-service) service on each deployment:
210-
211-
* Kubernetes Cluster Provider(`IBM Cloud,Minikube,etc`)
212-
* Kubernetes Machine ID
213-
* Kubernetes Cluster ID (Only from IBM Cloud's cluster)
214-
* Kubernetes Customer ID (Only from IBM Cloud's cluster)
215-
* Environment variables in this Kubernetes Job.
216-
217-
This data is collected from the Kubernetes Job in the sample application's yaml file. This data is used by IBM to track metrics around deployments of sample applications to IBM Cloud to measure the usefulness of our examples so that we can continuously improve the content we offer to you. Only deployments of sample applications that include code to ping the Deployment Tracker service will be tracked.
218-
219-
## Disabling Deployment Tracking
220-
221-
Please comment out/remove the Metric Kubernetes Job portion in the `kubernetes/github.yaml` file.
222-
223-
224207
# License
225208
[Apache 2.0](LICENSE)
226209

kubernetes/gitlab.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -79,24 +79,3 @@ spec:
7979
- name: gitlab
8080
persistentVolumeClaim:
8181
claimName: gitlab-claim
82-
---
83-
apiVersion: batch/v1
84-
kind: Job
85-
metadata: {name: kubernetes-containter-service-gitlab-sample-metrics}
86-
spec:
87-
template:
88-
metadata: {name: kubernetes-container-service-gitlab-sample-metrics}
89-
spec:
90-
containers:
91-
- env:
92-
- {name: config, value: '{"event_id": "web",
93-
"repository_id": "Kubernetes-container-service-Gitlab-sample",
94-
"target_services": ["Compose for PostgreSQL"],
95-
"target_runtimes": ["Kubernetes Cluster"],
96-
"event_organizer": "dev-journeys"}'}
97-
- {name: language, value: ''}
98-
image: journeycode/kubernetes:latest
99-
name: kubernetes-container-service-gitlab-sample-metrics
100-
resources:
101-
limits: {cpu: 100m}
102-
restartPolicy: Never

0 commit comments

Comments
 (0)