Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
S
spring-boot
Project
Project
Details
Activity
Releases
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DEMO
spring-boot
Commits
0785357a
Commit
0785357a
authored
Oct 14, 2015
by
Stephane Nicoll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add a note related to StatsdMetricWriter dependency
Closes gh-3862
parent
85d6b499
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
production-ready-features.adoc
...oot-docs/src/main/asciidoc/production-ready-features.adoc
+5
-3
No files found.
spring-boot-docs/src/main/asciidoc/production-ready-features.adoc
View file @
0785357a
...
@@ -1173,9 +1173,11 @@ curl localhost:4242/api/query?start=1h-ago&m=max:counter.status.200.root
...
@@ -1173,9 +1173,11 @@ curl localhost:4242/api/query?start=1h-ago&m=max:counter.status.200.root
[[
production
-
ready
-
metric
-
writers
-
export
-
to
-
statsd
]]
[[
production
-
ready
-
metric
-
writers
-
export
-
to
-
statsd
]]
====
Example
:
Export
to
Statsd
====
Example
:
Export
to
Statsd
To
export
metrics
to
Statsd
add
a
`
spring
.
metrics
.
export
.
statsd
.
host
`
value
to
your
To
export
metrics
to
Statsd
,
make
sure
first
that
you
have
added
`
application
.
properties
`
file
.
Connections
will
be
opened
to
port
`
8125
`
unless
a
`
com
.
timgroup
:
java
-
statsd
-
client
`
as
a
dependency
of
your
project
(
Spring
Boot
`
spring
.
metrics
.
export
.
statsd
.
port
`
override
is
provided
.
You
can
use
provides
a
dependency
management
for
it
).
Then
add
a
`
spring
.
metrics
.
export
.
statsd
.
host
`
value
to
your
`
application
.
properties
`
file
.
Connections
will
be
opened
to
port
`
8125
`
unless
a
`
spring
.
metrics
.
export
.
statsd
.
port
`
override
is
provided
.
You
can
use
`
spring
.
metrics
.
export
.
statsd
.
prefix
`
if
you
want
a
custom
prefix
.
`
spring
.
metrics
.
export
.
statsd
.
prefix
`
if
you
want
a
custom
prefix
.
Alternatively
,
you
can
provide
a
`@
Bean
`
of
type
`
StatsdMetricWriter
`
and
mark
it
Alternatively
,
you
can
provide
a
`@
Bean
`
of
type
`
StatsdMetricWriter
`
and
mark
it
...
...
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