Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aliyun_log_ruby_sdk
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gems
aliyun_log_ruby_sdk
Commits
c1c919cb
Commit
c1c919cb
authored
Nov 06, 2018
by
陈雨佳
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove redundant space
parent
6f9e093b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
README.md
+2
-3
No files found.
README.md
View file @
c1c919cb
...
...
@@ -37,5 +37,5 @@ client.put_logs(topic: 'your topic', source: 'your source', log_items: log_items
# 拉取日志接口
client
.
get_cursor
(
shard_id:
your_shard_id
,
query:
{
from:
a_timestamp
})
client
.
pull_logs
(
shard_id:
your_shard_id
,
query:
{
cursor:
'上个接口返回的 cursor '
,
count:
count
})
```
\ No newline at end of file
client
.
pull_logs
(
shard_id:
your_shard_id
,
query:
{
cursor:
'上个接口返回的 cursor'
,
count:
count
})
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment