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

Commit 42c6eed

Browse files
committed
remove deprecated tracker
1 parent 19560a8 commit 42c6eed

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

README.md

-15
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
[![Build Status](https://travis-ci.org/IBM/spring-boot-microservices-on-kubernetes.svg?branch=master)](https://travis-ci.org/IBM/spring-boot-microservices-on-kubernetes)
2-
![Bluemix Deployments](https://metrics-tracker.mybluemix.net/stats/13404bda8d87a6eca2c5297511ae9a5e/badge.svg)
32

43
# Build and deploy Java Spring Boot microservices on Kubernetes
54

@@ -362,17 +361,3 @@ account-summary 10.10.10.74 <nodes> 80:30080/TCP
362361

363362
## License
364363
[Apache 2.0](http://www.apache.org/licenses/LICENSE-2.0)
365-
366-
# Privacy Notice
367-
368-
Sample Kubernetes Yaml file that includes this package may be configured to track deployments to [IBM Bluemix](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:
369-
370-
* Kubernetes Cluster Provider(`Bluemix,Minikube,etc`)
371-
* Kubernetes Machine ID (`MachineID`)
372-
* Environment variables in this Kubernetes Job.
373-
374-
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 Bluemix 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.
375-
376-
## Disabling Deployment Tracking
377-
378-
Please comment out/remove the Kubernetes Job portion at the end of the `account-summary.yaml` file.

account-summary.yaml

-22
Original file line numberDiff line numberDiff line change
@@ -59,25 +59,3 @@ spec:
5959
ports:
6060
- containerPort: 80
6161
name: web
62-
---
63-
apiVersion: batch/v1
64-
kind: Job
65-
metadata: {name: spring-boot-microservices-on-kubernetes-metrics}
66-
spec:
67-
template:
68-
metadata: {name: spring-boot-microservices-on-kubernetes-metrics}
69-
spec:
70-
containers:
71-
- env:
72-
- {name: config, value: '{"repository_id":
73-
"spring-boot-microservices-on-kubernetes",
74-
"target_runtimes": ["Kubernetes Cluster", "OpenWhisk"],
75-
"target_services": ["Compose for MySQL"],
76-
"event_id": "web", "event_organizer": "dev-journeys"}'}
77-
- {name: language, value: 'java'}
78-
image: journeycode/kubernetes:latest
79-
imagePullPolicy: Always
80-
name: spring-boot-microservices-on-kubernetes-metrics
81-
resources:
82-
limits: {cpu: 100m}
83-
restartPolicy: Never

0 commit comments

Comments
 (0)