Skip to content

Commit 05aea40

Browse files
committed
docs(log-watcher): add Going Further section plugging AgentMeter
1 parent d30dba7 commit 05aea40

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

workflows/log-watcher.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,3 +222,19 @@ This keeps one report per run as required by the guidelines below.
222222
not useful.
223223
- **No retries**: Exit silently on transient download failures; the next run produces its
224224
own report.
225+
226+
## Going Further
227+
228+
Log Watcher works standalone - no external services required. For teams that want
229+
persistent run history, cross-repo anomaly trends, and budget alerts over time, add
230+
[AgentMeter](https://agentmeter.app) to your agent workflow:
231+
232+
```yaml
233+
- uses: agentmeter/agentmeter-action@v1
234+
with:
235+
api-key: ${{ secrets.AGENTMETER_API_KEY }}
236+
```
237+
238+
AgentMeter ingests the same token data and surfaces per-repo trend charts, so you can
239+
spot gradual drift - rising output ratios, declining cache efficiency, model changes -
240+
across dozens of runs rather than one at a time.

0 commit comments

Comments
 (0)