Skip to content

Commit

Permalink
⚡ update: agentVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
anngdinh committed Jul 19, 2024
1 parent 028068a commit c68a6a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: CI
on: push

env:
TMP_RELEASE: 1.31.0-1.0.0
TMP_RELEASE: 1.31.1-2.0.0

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion plugins/outputs/vngcloud_vmonitor/vngcloud_vmonitor.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const (
metricPath = "/intake/v2/series"
quotaPath = "/intake/v2/check"
defaultContentType = "application/json"
agentVersion = "1.26.0-2.0.0"
agentVersion = "1.31.1-2.0.0"
retryTime = 128 // = 2^7 => retry max 128*30s
)

Expand Down

0 comments on commit c68a6a5

Please sign in to comment.