Skip to content

Commit

Permalink
Merge pull request #770 from PRX/feat/cdn_arranger_bucket_metrics
Browse files Browse the repository at this point in the history
CDN arranger bucket metrics
  • Loading branch information
cavis authored Jun 3, 2024
2 parents 87d077c + 59174ec commit a7ae9a9
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions spire/templates/apps/dovetail-cdn-arranger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,23 @@ Resources:
Value: Concat
- ExpirationInDays: 30
Status: Enabled
MetricsConfigurations:
- Id: Concat
TagFilters:
- Key: Type
Value: Concat
- Id: IncompleteConcat
TagFilters:
- Key: Type
Value: IncompleteConcat
- Id: Metadata
TagFilters:
- Key: Type
Value: Metadata
- Id: Transcode
TagFilters:
- Key: Type
Value: Transcode
PublicAccessBlockConfiguration:
BlockPublicAcls: true
BlockPublicPolicy: true
Expand Down
4 changes: 2 additions & 2 deletions spire/templates/shared-clickhouse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# stacks/apps/dovetail-clickhouse.yml
# stacks/shared-clickhouse.yml
AWSTemplateFormatVersion: "2010-09-09"

Description: >-
Expand Down Expand Up @@ -119,7 +119,7 @@ Resources:
- developer_keys: !Join ["\n", !Ref AuthorizedKeys]
02_install_clickhouse:
# https://clickhouse.com/docs/en/install#from-rpm-packages
command: !Sub |
command: |
#!/bin/bash
if ! command -v clickhouse-server &> /dev/null; then
yum-config-manager --add-repo https://packages.clickhouse.com/rpm/clickhouse.repo
Expand Down

0 comments on commit a7ae9a9

Please sign in to comment.