Skip to content

Commit

Permalink
Renamed the cloud logging service and provided a proper configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
dimamost committed May 27, 2024
1 parent 5fb2026 commit 167e01b
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions mta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ modules:
srv-url: ${default-url}
requires:
- name: bs-bupa-hdi-container-otel
- name: bookshop-cloud-logging
- name: bs-cloud-logging
# --------------------- SERVER MODULE ------------------------
- name: bs-srv-otel
# ------------------------------------------------------------
Expand Down Expand Up @@ -99,7 +99,7 @@ modules:
- name: bs-hdi-container-otel
- name: bs-uaa-otel
- name: bs-bupa-srv-api
- name: bookshop-cloud-logging
- name: bs-cloud-logging
provides:
- name: srv-api
properties:
Expand Down Expand Up @@ -130,5 +130,10 @@ resources:
parameters:
service: hana
service-plan: hdi-shared
- name: bookshop-cloud-logging
type: org.cloudfoundry.existing-service
- name: bs-cloud-logging
type: org.cloudfoundry.managed-service
parameters:
service: cloud-logging
service-plan: standard
config:
ingest_otlp: true

0 comments on commit 167e01b

Please sign in to comment.