We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca84c66 commit d0a4a86Copy full SHA for d0a4a86
collectors/githubreceiver/colconfig.yaml
@@ -2,13 +2,13 @@
2
path: /spec/config
3
value:
4
extensions:
5
- health_check: {}
+ # health_check: {}
6
7
- pprof:
8
- endpoint: 0.0.0.0:1777
+ # pprof:
+ # endpoint: 0.0.0.0:1777
9
10
- zpages:
11
- endpoint: 0.0.0.0:55679
+ # zpages:
+ # endpoint: 0.0.0.0:55679
12
13
bearertokenauth/github:
14
token: ${env:GH_PAT}
@@ -18,7 +18,7 @@
18
initial_delay: 10s
19
collection_interval: 60s
20
scrapers:
21
- github:
+ scraper:
22
metrics:
23
#Optional Metrics
24
vcs.repository.contributor.count:
@@ -60,9 +60,9 @@
60
61
service:
62
63
- - health_check
64
- - pprof
65
- - zpages
+ # - health_check
+ # - pprof
+ # - zpages
66
- bearertokenauth/github
67
pipelines:
68
0 commit comments