Skip to content

Commit 1033cb6

Browse files
committed
Remove entitlement plugin description
Entitlement CPU plugin features are now included into the CF CLI and is not needed any more. That is why: * Remove installation description * Replace screenshot Fixes #23778
1 parent 00ca205 commit 1033cb6

File tree

2 files changed

+0
-17
lines changed

2 files changed

+0
-17
lines changed
Loading

tutorials/cp-cf-overview-application-metrics/cp-cf-overview-application-metrics.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -92,23 +92,6 @@ cf app cf-nodejs
9292

9393
<!-- border -->![Using the cf apps command](cf-app-cf-nodejs.png)
9494

95-
To view the `cpu_entitlement` metric you need to install the CPU Entitlement plugin. To install it, run
96-
97-
```
98-
cf install-plugin <download-URL>
99-
```
100-
> The `download-URL` above comes from the [plugin documentation](https://github.com/cloudfoundry/cpu-entitlement-plugin/blob/master/README.md). Make sure to pick the Download-URL that relates to the operating system you are using.
101-
102-
Once you have installed the plugin you can then use it by running:
103-
104-
```
105-
cf cpu-entitlement cf-nodejs
106-
```
107-
108-
You should see similar output to the following:
109-
110-
<!-- border -->![Viewing CPU Entitlement](cpu-entitlement.png)
111-
11295

11396
### View metrics with the log cache plugin
11497

0 commit comments

Comments
 (0)