summaryrefslogtreecommitdiffstats
path: root/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/http_caches.json
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/http_caches.json40
1 files changed, 40 insertions, 0 deletions
diff --git a/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/http_caches.json b/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/http_caches.json
new file mode 100644
index 000000000..dd2d03adf
--- /dev/null
+++ b/src/go/collectors/go.d.plugin/modules/nginxplus/testdata/api-8/http_caches.json
@@ -0,0 +1,40 @@
+{
+ "cache_backend": {
+ "size": 0,
+ "cold": false,
+ "hit": {
+ "responses": 0,
+ "bytes": 0
+ },
+ "stale": {
+ "responses": 0,
+ "bytes": 0
+ },
+ "updating": {
+ "responses": 0,
+ "bytes": 0
+ },
+ "revalidated": {
+ "responses": 0,
+ "bytes": 0
+ },
+ "miss": {
+ "responses": 109,
+ "bytes": 67035,
+ "responses_written": 0,
+ "bytes_written": 0
+ },
+ "expired": {
+ "responses": 0,
+ "bytes": 0,
+ "responses_written": 0,
+ "bytes_written": 0
+ },
+ "bypass": {
+ "responses": 0,
+ "bytes": 0,
+ "responses_written": 0,
+ "bytes_written": 0
+ }
+ }
+}