docs: add a miniature article about observability

This commit is contained in:
Fredrik Adelöw
2021-02-01 17:09:03 +01:00
parent 5df0714a84
commit 77fe4ef3cd
3 changed files with 24 additions and 1 deletions
+21
View File
@@ -0,0 +1,21 @@
---
id: observability
title: Observability
# prettier-ignore
description: Adding Observability to Your Plugin
---
This article briefly describes the observability option that are available to a
Backstage integrator.
## Google Analytics
There is a basic Google Analytics integration built into Backstage. You can
enable it by adding the following to your app configuration:
```yaml
app:
googleAnalyticsTrackingId: UA-000000-0
```
Replace the tracking ID with your own.