Skip to content

Commit

Permalink
metamonitoring: Add scheme to s3 endpoint as required by Tempo operat…
Browse files Browse the repository at this point in the history
…or (#605)
  • Loading branch information
philipgough authored Sep 25, 2023
1 parent 2fd6cc8 commit 14d6799
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion resources/services/meta-monitoring/tracing-template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ parameters:
- name: S3_BUCKET_NAME
- name: S3_BUCKET_ENDPOINT
value: s3.us-east-1.amazonaws.com
- name: S3_BUCKET_ENDPOINT_SCHEME
value: 'https://'
- name: OTELCOL_LIMIT_CHECK_INTERVAL
value: "1s"
- name: OTELCOL_LIMIT_PERCENTAGE
Expand All @@ -39,7 +41,7 @@ objects:
access_key_id: ${S3_ACCESS_KEY_ID}
access_key_secret: ${S3_SECRET_ACCESS_KEY}
bucket: ${S3_BUCKET_NAME}
endpoint: ${S3_BUCKET_ENDPOINT}
endpoint: '${S3_BUCKET_ENDPOINT_SCHEME}${S3_BUCKET_ENDPOINT}'
- apiVersion: tempo.grafana.com/v1alpha1
kind: TempoStack
metadata:
Expand Down

0 comments on commit 14d6799

Please sign in to comment.