Skip to content

Commit

Permalink
Update observability.md (#1514)
Browse files Browse the repository at this point in the history
I tested this guide with the bookshop and I had to add the service
dependency in this format to mta.yaml:

```
    requires:
      - name: bookshop-cloud-logging
```
  • Loading branch information
mofterdinger authored Dec 17, 2024
1 parent ebcb22a commit 9005e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/operating-applications/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ Open Telemetry support using SAP BTP Cloud Logging Service leverages the [Open T
- name: <srv-module>
# ...
requires:
- cloud-logging-instance
- name: cloud-logging-instance
# ...
resources:
- name: cloud-logging-instance
Expand Down

0 comments on commit 9005e54

Please sign in to comment.