forked from opensearch-project/opensearch-migrations
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Mikayla Thompson <thomika@amazon.com>
- Loading branch information
1 parent
2ab2d3a
commit 7552945
Showing
3 changed files
with
27 additions
and
3 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
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
22 changes: 22 additions & 0 deletions
22
TrafficCapture/dockerSolution/src/main/docker/grafana_datasources.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,22 @@ | ||
apiVersion: 1 | ||
datasources: | ||
- name: Jaeger | ||
type: jaeger | ||
url: http://jaeger:16686 | ||
basicAuth: false | ||
isDefault: false | ||
readOnly: false | ||
jsonData: {} | ||
- name: Prometheus | ||
type: prometheus | ||
url: http://prometheus:9090 | ||
access: proxy | ||
basicAuth: false | ||
isDefault: true | ||
jsonData: | ||
httpMethod: POST | ||
prometheusType: Prometheus | ||
exemplarTraceIdDestinations: | ||
- name: trace_id | ||
urlDisplayLabel: Jaeger | ||
readOnly: false |