FAQ
| This is a
LIVE
service |
Changelog
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
GCP Cloud Run app
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Information Services
DevOps
Infrastructure
Terraform Modules
GCP Cloud Run app
Commits
45212475
Commit
45212475
authored
4 years ago
by
Dr Abraham Martin
Browse files
Options
Downloads
Patches
Plain Diff
Update README with information about monitoring
parent
e0fa6398
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!11
Expose the monitoring path in the Cloud Run module, otherwise we can't set it up.
Pipeline
#53945
passed
4 years ago
Stage: test
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+8
-0
8 additions, 0 deletions
README.md
modules/monitoring/README.md
+0
-3
0 additions, 3 deletions
modules/monitoring/README.md
with
8 additions
and
3 deletions
README.md
+
8
−
0
View file @
45212475
...
...
@@ -25,3 +25,11 @@ setting this value you *must* have verified ownership of the domain with Google.
[
Instructions on how to do
this
](
https://guidebook.devops.uis.cam.ac.uk/en/latest/notes/google-domain-verification/
)
can be found in the DevOps division guidebook.
## Monitoring and Alerting
If the variable
[
alerting_email_address
](
variables.tf
)
is set, the module adds
basic uptime alerting via email for failing http polling. See
[
variables.tf
](
variables.tf
)
for how to configure alerting and monitoring.
Note that monitoring and alerting must be in a Stackdriver monitoring workspace
and this must be configured manually, at the time of writing this.
This diff is collapsed.
Click to expand it.
modules/monitoring/README.md
+
0
−
3
View file @
45212475
...
...
@@ -3,9 +3,6 @@
This provides basic uptime alerting via email for failing http polling. See
[
variables.tf
](
variables.tf
)
for how to configure this module.
Note that the project must be in a Stackdriver monitoring workspace and this
must be configured manually. At the time of writing there is no terraform
support for this. This module will error when applying if this is not so.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment