Skip to content

Commit 30f19ba

Browse files
aman4433BenjaminBraunDev
authored andcommitted
Fix incorrect stream_options value in Observability example (kubernetes-sigs#1758)
1 parent 9c316b1 commit 30f19ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site-src/guides/metrics-and-observability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ This guide describes the current state of exposed metrics and how to scrape them
1717
"max_tokens": 10,
1818
"temperature": 0,
1919
"stream": true,
20-
"stream_options": {"include_usage": "true"}
20+
"stream_options": {"include_usage": true}
2121
}'
2222
```
2323

0 commit comments

Comments
 (0)