-
Notifications
You must be signed in to change notification settings - Fork 524
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade dskit to the version without log.Interface and logrus
Signed-off-by: Yuri Nikolic <durica.nikolic@grafana.com>
- Loading branch information
1 parent
12bdeff
commit ec493a2
Showing
65 changed files
with
8,068 additions
and
2,350 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
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
45 changes: 45 additions & 0 deletions
45
integration/e2e/e2e_integration_test1032424306/config.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,45 @@ | ||
server: | ||
http_listen_port: 3200 | ||
|
||
distributor: | ||
receivers: | ||
jaeger: | ||
protocols: | ||
grpc: | ||
|
||
ingester: | ||
lifecycler: | ||
ring: | ||
replication_factor: 3 | ||
heartbeat_period: 100ms | ||
override_ring_key: "ring-a" | ||
|
||
storage: | ||
trace: | ||
backend: s3 | ||
s3: | ||
bucket: tempo | ||
endpoint: tempo_active_active-minio-9000:9000 # TODO: this is brittle, fix this eventually | ||
access_key: Cheescake # TODO: use cortex_e2e.MinioAccessKey | ||
secret_key: supersecret # TODO: use cortex_e2e.MinioSecretKey | ||
insecure: true | ||
pool: | ||
max_workers: 10 | ||
queue_depth: 100 | ||
|
||
memberlist: | ||
abort_if_cluster_join_fails: false | ||
bind_port: 7946 | ||
join_members: | ||
- tempo_active_active-ingester-a-1:7946 | ||
- tempo_active_active-ingester-a-2:7946 | ||
- tempo_active_active-ingester-a-3:7946 | ||
- tempo_active_active-ingester-b-1:7946 | ||
- tempo_active_active-ingester-b-2:7946 | ||
- tempo_active_active-ingester-b-3:7946 | ||
|
||
|
||
querier: | ||
secondary_ingester_ring: "ring-b" | ||
frontend_worker: | ||
frontend_address: tempo_active_active-query-frontend-a:9095 |
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
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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.