Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/content/docs/docs/observability/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
title: Get started with Genkit Monitoring
description: This quickstart guide explains how to set up Genkit Monitoring for your deployed Genkit features to collect and view real-time telemetry data, including metrics, traces, and production trace exports for evaluations.
---
<div style="float: right; width: 50%; margin: 0.5rem 0 1rem 2rem; position: relative;">
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;">
<iframe
src="https://www.youtube.com/embed/9zTgJgXTHPQ"
title="Genkit monitoring - Release Notes Deep Dive"
frameborder="0"
allow="fullscreen"
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
></iframe>
</div>
</div>

This quickstart guide describes how to set up Genkit Monitoring for
your deployed Genkit features, so that you can collect and view real-time
Expand All @@ -19,6 +30,8 @@ Key capabilities of Genkit Monitoring include:
Setting up Genkit Monitoring requires completing tasks in both your codebase
and on the Google Cloud Console.



## Before you begin

1. If you haven't already, create a Firebase project.
Expand Down