Skip to content

Commit

Permalink
Merge pull request #75 from rshivane/master
Browse files Browse the repository at this point in the history
Support special chars in tag values via metrics-apptuit upgrade
  • Loading branch information
rshivane authored Nov 9, 2020
2 parents b83c085 + bf3edca commit 24f7b58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ limitations under the License.
<byteman.version>4.0.13</byteman.version>
<metrics.version>4.1.9</metrics.version>
<prometheus.version>0.9.0</prometheus.version>
<apptuit.reporter.version>0.9.2</apptuit.reporter.version>
<apptuit.reporter.version>0.9.3</apptuit.reporter.version>

<!-- Acceptance Criteria -->
<enforce.code.style>false</enforce.code.style>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public void setUp() throws Exception {
mockConfigService = mock(ConfigService.class);
when(mockConfigService.getGlobalTags()).thenReturn(ConfigService.getInstance().getGlobalTags());
when(mockConfigService.getReporterType()).thenReturn(ConfigService.ReporterType.APPTUIT);
when(mockConfigService.getAgentVersion()).thenReturn("mock.version");
}

@Test
Expand Down

0 comments on commit 24f7b58

Please sign in to comment.