Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: monitor PWA containers with prometheus #391

Merged
merged 9 commits into from
Oct 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,4 @@ kb_sync_latest_only
- [Guide - Google Tag Manager](./guides/google-tag-manager.md)
- [Guide - Client-Side Error Monitoring with Sentry](./guides/sentry-error-monitoring.md)
- [Guide - Extended Product Configurations with Tacton](./guides/tacton-product-configuration.md)
- [Guide - Monitoring with Prometheus](./guides/prometheus-monitoring.md)
2 changes: 1 addition & 1 deletion docs/check-dead-links.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ glob('**/*.md')
.filter(file => !file.includes('node_modules'))
.forEach(file => {
const content = fs.readFileSync(file, { encoding: 'utf-8' });
const match = content.match(/\[.*?\](\(|:\s+)[^\s]*\)?/g);
const match = content.match(/\[.*?\](\(|:\ +)[^\s]*\)?/g);
if (match) {
match.forEach(link => {
const linkTo = /\](\(<?|:\s+)(.*?)(>?\)|$|#)/.exec(link)[2];
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading