Skip to content

Commit

Permalink
Add access token validation to SignalFxPropertiesConfigAdapter
Browse files Browse the repository at this point in the history
  • Loading branch information
izeye authored and jkschneider committed Dec 14, 2018
1 parent b89dda5 commit ddd5cfc
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ public class SignalFxPropertiesConfigAdapter extends StepRegistryPropertiesConfi

public SignalFxPropertiesConfigAdapter(SignalFxProperties properties) {
super(properties);
accessToken(); // validate that an access token is set
}

@Override
Expand Down

0 comments on commit ddd5cfc

Please sign in to comment.