Skip to content

Commit

Permalink
starting work
Browse files Browse the repository at this point in the history
  • Loading branch information
roobrien committed Sep 22, 2023
1 parent 484359a commit e8ffa2a
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/quickstart/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
ports:
- 8080:8080
environment:
GCPE_GITLAB_TOKEN: ${GCPE_GITLAB_TOKEN}
GCPE_GITLAB_TOKEN: AYxiDmMLjsPuS2s_WvAc
GCPE_CONFIG: /etc/gitlab-ci-pipelines-exporter.yml
GCPE_INTERNAL_MONITORING_LISTENER_ADDRESS: tcp://127.0.0.1:8082
volumes:
Expand Down
4 changes: 2 additions & 2 deletions examples/quickstart/gitlab-ci-pipelines-exporter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ log:
level: debug

gitlab:
url: https://gitlab.com
token: <your_token>
url: https://https://gitlab.cee.redhat.com/
token: AYxiDmMLjsPuS2s_WvAc

# Pull jobs related metrics on all projects
project_defaults:
Expand Down
7 changes: 7 additions & 0 deletions examples/quickstart/provisioning/dashboards/defaults.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
apiVersion: 1

providers:
- name: Default # A uniquely identifiable name for the provider
type: file
options:
path: /etc/grafana/provisioning/dashboards

0 comments on commit e8ffa2a

Please sign in to comment.