Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
shreemaan-abhishek committed Apr 8, 2024
1 parent 2e65e5c commit 9d5689c
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions t/plugin/prometheus4.t
Original file line number Diff line number Diff line change
Expand Up @@ -292,21 +292,21 @@ apisix_http_latency_bucket\{type="upstream",route="1",service="",consumer="",nod
"plugins": {
"prometheus": {},
"syslog": {
"host": "127.0.0.1",
"include_req_body": false,
"max_retry_times": 1,
"tls": false,
"retry_interval": 1,
"batch_max_size": 1000,
"buffer_duration": 60,
"port": 1000,
"name": "sys-logger",
"flush_limit": 4096,
"sock_type": "tcp",
"timeout": 3,
"drop_limit": 1048576,
"pool_size": 5
}
"host": "127.0.0.1",
"include_req_body": false,
"max_retry_times": 1,
"tls": false,
"retry_interval": 1,
"batch_max_size": 1000,
"buffer_duration": 60,
"port": 1000,
"name": "sys-logger",
"flush_limit": 4096,
"sock_type": "tcp",
"timeout": 3,
"drop_limit": 1048576,
"pool_size": 5
}
},
"upstream": {
"nodes": {
Expand Down Expand Up @@ -361,7 +361,7 @@ plugin_attr:
local code, body = t('/batch-process-metrics',
ngx.HTTP_GET
)
ngx.status = code
ngx.say(body)
Expand Down

0 comments on commit 9d5689c

Please sign in to comment.