Skip to content

Commit

Permalink
docs(observability): Remove google cloud docs and redirect to the Fir…
Browse files Browse the repository at this point in the history
…ebase plugin
  • Loading branch information
schnecle committed Feb 19, 2025
1 parent 953e3d2 commit b714155
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 34 deletions.
2 changes: 0 additions & 2 deletions docs/_guides.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,6 @@ toc:
path: /docs/genkit/templates/pgvector
- title: Firebase
path: /docs/genkit/plugins/firebase
- title: Google Cloud
path: /docs/genkit/plugins/google-cloud

- break: true
- title: Using Genkit with Next.js
Expand Down
13 changes: 0 additions & 13 deletions docs/plugins/google-cloud.md

This file was deleted.

21 changes: 2 additions & 19 deletions js/plugins/google-cloud/README.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,8 @@
# Google Cloud plugin for Genkit

## Installing the plugin
The Google Cloud plugin is a utility plugin to export telemetry and logs to Cloud Observability. This functionality is exposed through the Firebase plugin for customer use.

```bash
npm i --save @genkit-ai/google-cloud
```

## Using the plugin

```ts
import { genkit } from 'genkit';
import { enableGoogleCloudTelemetry } from '@genkit-ai/google-cloud';

enableGoogleCloudTelemetry();

const ai = genkit({
plugins: [
// ...
],
});
```
Visit the [Getting started](https://firebase.google.com/docs/genkit/observability/getting-started) docs to set up Firebase Genkit Monitoring.

The sources for this package are in the main [Genkit](https://github.com/firebase/genkit) repo. Please file issues and pull requests against that repo.

Expand Down

0 comments on commit b714155

Please sign in to comment.