Skip to content

Commit

Permalink
Small fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
mszarlinski committed Sep 16, 2019
1 parent 231f405 commit f0374e8
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 8 deletions.
2 changes: 1 addition & 1 deletion monitoring/grafana/config.monitoring
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
GF_SECURITY_ADMIN_PASSWORD=password
GF_USERS_ALLOW_SIGN_UP=false
GF_USERS_ALLOW_SIGN_UP=false
2 changes: 1 addition & 1 deletion monitoring/prometheus/prometheus.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
global:
scrape_interval: 15s # By default, scrape targets every 15 seconds.
scrape_interval: 15s

scrape_configs:
- job_name: 'library'
Expand Down
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -244,10 +244,6 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>pl.project13.maven</groupId>
<artifactId>git-commit-id-plugin</artifactId>
</plugin>
</plugins>
</build>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ class TestEvent implements DomainEvent {
Instant getWhen() {
return null
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,4 @@ class PlaceHoldRequest {
UUID patronId;
UUID libraryBranchId;
Integer numberOfDays;
}
}

0 comments on commit f0374e8

Please sign in to comment.