-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
datasource for fc and solr log graph
- Loading branch information
1 parent
782d471
commit ab81dbb
Showing
2 changed files
with
104 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
monitor/grafana/provisioning/datasources/frequent_crawl.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Instances of grafana will only update datasource configurations | ||
# for apiVersion numbers of same or lower. Thus, a new lower number | ||
# will not affect higher number configuration settings. | ||
# Typically BLUKWA keep this set to 1 | ||
apiVersion: 1 | ||
|
||
datasources: | ||
- name: 'Frequent Crawler 05 Embedded Prometheus' | ||
type: prometheus | ||
access: proxy | ||
orgId: 1 | ||
url: http://192.168.45.15:9191 | ||
isDefault: false |