Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
theodolite
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Contributor analytics
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
Sören Henning
theodolite
Commits
d3b5ea08
Commit
d3b5ea08
authored
4 years ago
by
Sören Henning
Browse files
Options
Downloads
Patches
Plain Diff
Add configuration for Kafka lag exporter
parent
8e1dacc7
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
execution/infrastructure/kafka-lag-exporter/install.sh
+6
-0
6 additions, 0 deletions
execution/infrastructure/kafka-lag-exporter/install.sh
execution/infrastructure/kafka-lag-exporter/service-monitor.yaml
+15
-0
15 additions, 0 deletions
...on/infrastructure/kafka-lag-exporter/service-monitor.yaml
with
21 additions
and
0 deletions
execution/infrastructure/kafka-lag-exporter/install.sh
0 → 100644
+
6
−
0
View file @
d3b5ea08
helm
install
kafka-lag-exporter https://github.com/lightbend/kafka-lag-exporter/releases/download/v0.6.0/kafka-lag-exporter-0.6.0.tgz
\
--set
clusters
\[
0
\]
.name
=
my-confluent-cp-kafka
\
--set
clusters
\[
0
\]
.bootstrapBrokers
=
my-confluent-cp-kafka:9092
\
--set
pollIntervalSeconds
=
15
#5
# Helm could also create ServiceMonitor
This diff is collapsed.
Click to expand it.
execution/infrastructure/kafka-lag-exporter/service-monitor.yaml
0 → 100644
+
15
−
0
View file @
d3b5ea08
apiVersion
:
monitoring.coreos.com/v1
kind
:
ServiceMonitor
metadata
:
labels
:
app
:
kafka-lag-exporter
appScope
:
titan-ccp
name
:
kafka-lag-exporter
spec
:
selector
:
matchLabels
:
#app: cp-kafka
jobLabel
:
kafka-lag-exporter
endpoints
:
-
port
:
http
interval
:
5s
\ No newline at end of file
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