Skip to content

Commit d0a4a86

Browse files
authored
fix(githubreceiver): update github receiver with OTel changes (#47)
1 parent ca84c66 commit d0a4a86

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

collectors/githubreceiver/colconfig.yaml

+9-9
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
path: /spec/config
33
value:
44
extensions:
5-
health_check: {}
5+
# health_check: {}
66

7-
pprof:
8-
endpoint: 0.0.0.0:1777
7+
# pprof:
8+
# endpoint: 0.0.0.0:1777
99

10-
zpages:
11-
endpoint: 0.0.0.0:55679
10+
# zpages:
11+
# endpoint: 0.0.0.0:55679
1212

1313
bearertokenauth/github:
1414
token: ${env:GH_PAT}
@@ -18,7 +18,7 @@
1818
initial_delay: 10s
1919
collection_interval: 60s
2020
scrapers:
21-
github:
21+
scraper:
2222
metrics:
2323
#Optional Metrics
2424
vcs.repository.contributor.count:
@@ -60,9 +60,9 @@
6060

6161
service:
6262
extensions:
63-
- health_check
64-
- pprof
65-
- zpages
63+
# - health_check
64+
# - pprof
65+
# - zpages
6666
- bearertokenauth/github
6767
pipelines:
6868
metrics:

0 commit comments

Comments
 (0)