Skip to content

Commit

Permalink
add retina job
Browse files Browse the repository at this point in the history
  • Loading branch information
matmerr committed Oct 31, 2023
1 parent 32017f1 commit 5c05b5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ scrape_configs:
replacement: "$NODE_NAME"
target_label: instance

- job_name: "network-observability-networkobservability"
- job_name: "network-observability-retina"
kubernetes_sd_configs:
- role: service
scheme: http
Expand All @@ -69,7 +69,7 @@ scrape_configs:
__meta_kubernetes_service_port_name,
]
action: keep
regex: kube-system;network-observability;networkobservability
regex: kube-system;network-observability;retina

- source_labels: [__address__]
target_label: __address__
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
@windowsexporterEnabled = false
@windowskubeproxyEnabled = false
@kappiebasicEnabled = true
@networkobservabilityEnabled = false
@networkobservabilityEnabled = true
@noDefaultsEnabled = false
@sendDSUpMetric = false

Expand Down

0 comments on commit 5c05b5b

Please sign in to comment.