diff options
| author | Chris Baumbauer <cab@cabnetworks.net> | 2019-04-06 02:02:39 +0000 |
|---|---|---|
| committer | Mike Greiling <mike@pixelcog.com> | 2019-04-06 02:02:39 +0000 |
| commit | b77fe7db3e885edca14c862f362e2bbd43f0e498 (patch) | |
| tree | cd984b8bb900a6b3e37c8f6106101ba8617bf524 /doc | |
| parent | 8e33e7cf474b61bbc684d993d86cb5aa775a01d0 (diff) | |
| download | gitlab-ce-b77fe7db3e885edca14c862f362e2bbd43f0e498.tar.gz | |
Add Knative metrics to Prometheus
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/project/clusters/serverless/img/function-details-loaded.png | bin | 0 -> 93515 bytes | |||
| -rw-r--r-- | doc/user/project/clusters/serverless/index.md | 20 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/user/project/clusters/serverless/img/function-details-loaded.png b/doc/user/project/clusters/serverless/img/function-details-loaded.png Binary files differnew file mode 100644 index 00000000000..34465c5c087 --- /dev/null +++ b/doc/user/project/clusters/serverless/img/function-details-loaded.png diff --git a/doc/user/project/clusters/serverless/index.md b/doc/user/project/clusters/serverless/index.md index b72083e85df..5b7e9ef906f 100644 --- a/doc/user/project/clusters/serverless/index.md +++ b/doc/user/project/clusters/serverless/index.md @@ -301,3 +301,23 @@ The second to last line, labeled **Service domain** contains the URL for the dep browser to see the app live.  + +## Function details + +Go to the **Operations > Serverless** page and click on one of the function +rows to bring up the function details page. + + + +The pod count will give you the number of pods running the serverless function instances on a given cluster. + +### Prometheus support + +For the Knative function invocations to appear, +[Prometheus must be installed](../index.md#installing-applications). + +Once Prometheus is installed, a message may appear indicating that the metrics data _is +loading or is not available at this time._ It will appear upon the first access of the +page, but should go away after a few seconds. If the message does not disappear, then it +is possible that GitLab is unable to connect to the Prometheus instance running on the +cluster. |
