From d9aa4adfa8a7b060dcb65a0fa7ec241aacf19f01 Mon Sep 17 00:00:00 2001 From: Jason Hall Date: Wed, 5 Nov 2025 23:48:23 -0500 Subject: [PATCH] Enhance README with action badge and example link Added usage badge and example workflow link to README. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c0683fc..7d95eec 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A GitHub Action that collects workflow step metrics and traces, and exports them to Google Cloud Monitoring and Cloud Trace. +[![Use Action](https://github.com/imjasonh/gcp-metrics-action/actions/workflows/use-action.yaml/badge.svg)](https://github.com/imjasonh/gcp-metrics-action/actions/workflows/use-action.yaml) + +See working example workflow: [use-action.yaml](./.github/workflows/use-action.yaml) + ## Features - 📊 **Metrics**: Duration histograms and success/failure counters for jobs and steps