Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
examples: bump to grafana/oncall 1.10.3

Signed-off-by: Weifeng Wang <[email protected]>

examples: bump to grafana/beyla 1.8.4

Signed-off-by: Weifeng Wang <[email protected]>

bump to github-exporter 1.3.1

Signed-off-by: Weifeng Wang <[email protected]>
  • Loading branch information
qclaogui committed Oct 10, 2024
1 parent 297a378 commit 722d896
Show file tree
Hide file tree
Showing 18 changed files with 2,060 additions and 1,233 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ services:
github-exporter:
labels: # https://github.com/qclaogui/codelab-monitoring/blob/main/alloy-modules/compose/README.md
metrics.grafana.com/scrape: true
image: githubexporter/github-exporter:1.1.0
image: githubexporter/github-exporter:1.3.1
environment:
- REPOS=qclaogui/codelab-monitoring
```
Expand Down
2 changes: 1 addition & 1 deletion examples/ghe-with-mixin/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
github-exporter:
labels:
metrics.grafana.com/scrape: true
image: githubexporter/github-exporter:1.1.0
image: githubexporter/github-exporter:1.3.1
environment:
- REPOS=grafana/agent
```
Expand Down
2 changes: 1 addition & 1 deletion examples/ghe-with-mixin/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ services:
# https://github.com/qclaogui/codelab-monitoring/blob/main/alloy-modules/compose/README.md
labels:
metrics.grafana.com/scrape: true
image: githubexporter/github-exporter:1.1.0
image: githubexporter/github-exporter:1.3.1
environment:
- REPOS=grafana/alloy
2 changes: 1 addition & 1 deletion examples/ghe-with-simple-dashboards/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
github-exporter:
labels:
metrics.grafana.com/scrape: true
image: githubexporter/github-exporter:1.1.0
image: githubexporter/github-exporter:1.3.1
environment:
- REPOS=grafana/alloy
```
Expand Down
2 changes: 1 addition & 1 deletion examples/ghe-with-simple-dashboards/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ services:
# https://github.com/qclaogui/codelab-monitoring/blob/main/alloy-modules/compose/README.md
labels:
metrics.grafana.com/scrape: true
image: githubexporter/github-exporter:1.1.0
image: githubexporter/github-exporter:1.3.1
environment:
- REPOS=grafana/alloy
2 changes: 1 addition & 1 deletion examples/github-exporter/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
github-exporter:
labels:
metrics.grafana.com/scrape: true
image: githubexporter/github-exporter:1.1.0
image: githubexporter/github-exporter:1.3.1
environment:
- REPOS=grafana/alloy
```
Expand Down
2 changes: 1 addition & 1 deletion examples/github-exporter/compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ services:
# https://github.com/qclaogui/codelab-monitoring/blob/main/alloy-modules/compose/README.md
labels:
metrics.grafana.com/scrape: true
image: githubexporter/github-exporter:1.1.0
image: githubexporter/github-exporter:1.3.1
environment:
- REPOS=grafana/alloy
5 changes: 5 additions & 0 deletions examples/grafana-beyla/beyla/beyla-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,8 @@ network:
- dst.port
- src.name
- dst.name

internal_metrics:
prometheus:
port: 6060
path: /internal/metrics
Loading

0 comments on commit 722d896

Please sign in to comment.