You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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
Copy file name to clipboardExpand all lines: receiver/githubreceiver/README.md
+1-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,7 +71,7 @@ receivers:
71
71
scrapers:
72
72
scraper:
73
73
metrics:
74
-
vcs.repository.contributor.count:
74
+
vcs.contributor.count:
75
75
enabled: true
76
76
github_org: myfancyorg
77
77
search_query: "org:myfancyorg topic:o11yalltheway"#Recommended optional query override, defaults to "{org,user}:<github_org>"
@@ -87,8 +87,6 @@ service:
87
87
exporters: [...]
88
88
```
89
89
90
-
A [Grafana Dashboard for metrics from this receiver is on the marketplace](https://grafana.com/grafana/dashboards/20976-engineering-effectiveness-metrics/).
0 commit comments