Skip to content

Commit c2f9401

Browse files
authored
[chore] remove old dashboard link from github receiver readme (#38471)
#### Description The readme included a dashboard that was out of date and hard to maintain. Opted for removing it based on discussion on community issue. Additionally found a typo on the readme that was fixed while there in the example config. #### Link to tracking issue Fixes #38435
1 parent b5b5d0c commit c2f9401

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

receiver/githubreceiver/README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ receivers:
7171
scrapers:
7272
scraper:
7373
metrics:
74-
vcs.repository.contributor.count:
74+
vcs.contributor.count:
7575
enabled: true
7676
github_org: myfancyorg
7777
search_query: "org:myfancyorg topic:o11yalltheway" #Recommended optional query override, defaults to "{org,user}:<github_org>"
@@ -87,8 +87,6 @@ service:
8787
exporters: [...]
8888
```
8989
90-
A [Grafana Dashboard for metrics from this receiver is on the marketplace](https://grafana.com/grafana/dashboards/20976-engineering-effectiveness-metrics/).
91-
9290
### Scraping
9391
9492
> Important:

0 commit comments

Comments
 (0)