Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
C
Coredns
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Railgun
Coredns
Commits
4b87be2a
Commit
4b87be2a
authored
Nov 11, 2020
by
coredns-auto-go-fmt[bot]
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
auto go fmt
parent
32e1d5d0
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
plugin/kubernetes/setup.go
plugin/kubernetes/setup.go
+1
-1
plugin/trace/setup.go
plugin/trace/setup.go
+2
-2
No files found.
plugin/kubernetes/setup.go
View file @
4b87be2a
plugin/trace/setup.go
View file @
4b87be2a
...
...
@@ -92,13 +92,13 @@ func traceParse(c *caddy.Controller) (*trace, error) {
}
tr
.
datadogAnalyticsRate
=
0
if
len
(
args
)
==
1
{
tr
.
datadogAnalyticsRate
,
err
=
strconv
.
ParseFloat
(
args
[
0
],
64
)
tr
.
datadogAnalyticsRate
,
err
=
strconv
.
ParseFloat
(
args
[
0
],
64
)
}
if
err
!=
nil
{
return
nil
,
err
}
if
tr
.
datadogAnalyticsRate
>
1
||
tr
.
datadogAnalyticsRate
<
0
{
return
nil
,
fmt
.
Errorf
(
"datadog analytics rate must be between 0 and 1, '%f' is not supported"
,
tr
.
datadogAnalyticsRate
)
return
nil
,
fmt
.
Errorf
(
"datadog analytics rate must be between 0 and 1, '%f' is not supported"
,
tr
.
datadogAnalyticsRate
)
}
}
}
...
...
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