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

Commit 40ccd38

Browse files
committed
remove deprecated tracker
1 parent 511e473 commit 40ccd38

2 files changed

Lines changed: 0 additions & 37 deletions

File tree

README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -263,22 +263,6 @@ To register the deployed rooms in the cluster, you will need to use the UI of yo
263263
* `kubectl delete pv local-volume-1`
264264
* `kubectl delete -f gameon-configmap.yaml`
265265

266-
# Privacy Notice
267-
268-
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:
269-
270-
* Kubernetes Cluster Provider(`IBM Cloud,Minikube,etc`)
271-
* Kubernetes Machine ID
272-
* Kubernetes Cluster ID (Only from IBM Cloud's cluster)
273-
* Kubernetes Customer ID (Only from IBM Cloud's cluster)
274-
* Environment variables in this Kubernetes Job.
275-
276-
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.
277-
278-
## Disabling Deployment Tracking
279-
280-
Please comment out/remove the Metric Kubernetes Job portion at the end of the 'gameon-configmap.yaml' file.
281-
282266
## References
283267

284268
* [GameOn](https://gameontext.org) - The original game on app. The journey is based on [deploying GameOn using Docker](https://book.gameontext.org/walkthroughs/local-docker.html)

gameon-configmap.yaml

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -35,24 +35,3 @@ data:
3535
A8_CONTROLLER_URL: http://controller:8080
3636
A8_CONTROLLER_POLL: 5s
3737
A8_CONTROLLER_POLL: 5s
38-
---
39-
apiVersion: batch/v1
40-
kind: Job
41-
metadata: {name: gameon-java-microservices-on-kubernetes-metrics}
42-
spec:
43-
template:
44-
metadata: {name: gameon-java-microservicesn-kubernetes-metrics}
45-
spec:
46-
containers:
47-
- env:
48-
- {name: config, value: '{"event_id": "web",
49-
"repository_id": "GameOn-Java-Microservices-on-Kubernetes",
50-
"target_services": [null], "target_runtimes":
51-
["Kubernetes Cluster"], "event_organizer":
52-
"dev-journeys"}'}
53-
- {name: language, value: 'java'}
54-
image: journeycode/kubernetes:latest
55-
name: gameon-java-microservices-on-kubernetes-metrics
56-
resources:
57-
limits: {cpu: 100m}
58-
restartPolicy: Never

0 commit comments

Comments
 (0)