Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cloud_Computing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Automate
Agent sessions
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
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Tim Hobelsberger
Cloud_Computing
Merge requests
!8
More comments
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Merged
More comments
mongo-exporter
into
main
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
More comments
Markus Klose
requested to merge
mongo-exporter
into
main
Nov 29, 2022
Overview
0
Commits
1
Pipelines
0
Changes
2
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
7156ac88
1 commit,
Nov 29, 2022
2 files
+
14
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
prometheus/prometheus.yml
+
3
−
3
View file @ 7156ac88
Edit in single-file editor
Open in Web IDE
Show full file
@@ -14,21 +14,21 @@ scrape_configs:
scrape_interval
:
5s
# scheme: https
static_configs
:
-
targets
:
[
'
192.168.
0.230
:5000'
]
-
targets
:
[
'
192.168.
2.34
:5000'
]
-
job_name
:
'
node-exporter'
honor_labels
:
true
scrape_interval
:
5s
# scheme: https
static_configs
:
-
targets
:
[
'
192.168.
0.230
:9100'
]
-
targets
:
[
'
192.168.
2.34
:9100'
]
-
job_name
:
'
mongodb-exporter'
honor_labels
:
true
scrape_interval
:
5s
#scheme
:
https
static_configs
:
-
targets
:
[
'
192.168.
0.230
:9216'
]
-
targets
:
[
'
192.168.
2.34
:9216'
]
#remote_write:
#- url: "localhost:3000"
Loading