Skip to content

Commit

Permalink
chore: add azure devops agents exporter service monitor parameters (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzmitryharchanin-tomtom authored Oct 23, 2023
1 parent 0ef638c commit 1bcf24a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/azure-devops-agents-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: azure-devops-agents-exporter
description: A Helm chart for Kubernetes AzureDevOps Agents Exporter
type: application
version: 0.1.0
version: 0.2.0
appVersion: "1.0.0"
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ spec:
- {{ .Release.Namespace }}
endpoints:
- port: metrics
interval: 60s
scrapeTimeout: 30s
interval: {{ .Values.scrapeConfig.interval }}
scrapeTimeout: {{ .Values.scrapeConfig.scrapeTimeout }}
6 changes: 5 additions & 1 deletion charts/azure-devops-agents-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,8 @@ affinity: {}
config:
# - serverName: azuredevops
# serverHost: https://dev.azure.com/your-organisation
# accessToken: personal-access-token
# accessToken: personal-access-token

scrapeConfig:
interval: 120s
scrapeTimeout: 30s

0 comments on commit 1bcf24a

Please sign in to comment.