Skip to content

Commit 2672609

Browse files
authored
refer to version 0.51.0 in docs (#375)
1 parent 1d56eb7 commit 2672609

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To instrument your code you need to depend on the api library. This provides the
2020
for you to code against and build test cases. The only dependency is slf4j.
2121

2222
```
23-
com.netflix.spectator:spectator-api:0.50.0
23+
com.netflix.spectator:spectator-api:0.51.0
2424
```
2525

2626
If running at Netflix with the standard platform, see the

docs/ext/jvm-gc.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ to 7u40. For G1 it is recommended to be on the latest version available.
2222
### Dependencies
2323

2424
```
25-
com.netflix.spectator:spectator-ext-gc:0.50.0
25+
com.netflix.spectator:spectator-ext-gc:0.51.0
2626
```
2727

2828
### Start Reporting

docs/ext/log4j2.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ log messages reported.
88
To use it simply add a dependency:
99

1010
```
11-
com.netflix.spectator:spectator-ext-log4j2:0.50.0
11+
com.netflix.spectator:spectator-ext-log4j2:0.51.0
1212
```
1313

1414
Then in your application initialization:

docs/ext/placeholders.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ are to support:
1313
To use the placeholders support add a dependency on:
1414

1515
```
16-
com.netflix.spectator:spectator-ext-placeholders:0.50.0
16+
com.netflix.spectator:spectator-ext-placeholders:0.51.0
1717
```
1818

1919
## Usage

docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ you are new to the library it is highly recommended to read the pages in the
55
At a minimum you will need to:
66

77
1. Depend on the api library. It is in maven central, for gradle the dependency
8-
would be `com.netflix.spectator:spectator-api:0.50.0`.
8+
would be `com.netflix.spectator:spectator-api:0.51.0`.
99
2. Instrument some code, see the usage guides for [counters](intro/counter.md),
1010
[timers](intro/timer.md), and [gauges](intro/gauge.md).
1111
3. Pick a registry to bind to when initializing the application. See the sidebar

docs/intro/netflix.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ section for the type of project you are working on:
1313
For libraries, the only dependency that should be needed is:
1414

1515
```
16-
com.netflix.spectator:spectator-api:0.50.0
16+
com.netflix.spectator:spectator-api:0.51.0
1717
```
1818

1919
The bindings to integrate internally should be included with the application. In your code,
@@ -80,7 +80,7 @@ If you are only interested in getting the GC logging, there is a library with an
8080
singleton that can be used:
8181

8282
```
83-
com.netflix.spectator:spectator-nflx:0.50.0
83+
com.netflix.spectator:spectator-nflx:0.51.0
8484
```
8585

8686
Assuming you are using karyon/base-server or governator with `com.netflix` in the list of base

docs/registry/metrics3.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ underlying implementation. To use the metrics registry, add a dependency on the
55
`spectator-reg-metrics3` library. For gradle:
66

77
```
8-
com.netflix.spectator:spectator-reg-metrics3:0.50.0
8+
com.netflix.spectator:spectator-reg-metrics3:0.51.0
99
```
1010

1111
Then when initializing the application, use the `MetricsRegistry`. For more

docs/registry/servo.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ implementation. To use the servo registry, add a dependency on the
55
`spectator-reg-servo` library. For gradle:
66

77
```
8-
com.netflix.spectator:spectator-reg-servo:0.50.0
8+
com.netflix.spectator:spectator-reg-servo:0.51.0
99
```
1010

1111
Then when initializing the application, use the `ServoRegistry`. If using guice

0 commit comments

Comments
 (0)