Skip to content

Commit d69a0fc

Browse files
author
Eric Wiseblatt
authored
Merge pull request #68 from ewiseblatt/fix_comment
Fixed comment breaking travis
2 parents 76e5cda + cba0b06 commit d69a0fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kork-stackdriver/src/main/java/com/netflix/spectator/stackdriver/MetricDescriptorCache.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ public String meterToKind(Registry registry, Meter meter) {
172172
/**
173173
* Get the labels to use for a given metric instance.
174174
*
175-
* @param descriptor
176-
* The Stackdriver MetricDescriptor for the labels.
175+
* @param descriptorType
176+
* The Stackdriver custom descriptor ype name for the labels.
177177
*
178178
* @param tags
179179
* The Spectator Measurement tags for the data.

0 commit comments

Comments
 (0)