Skip to content

Commit

Permalink
[ML] Test with APM
Browse files Browse the repository at this point in the history
Not to be merged.
  • Loading branch information
droberts195 committed Dec 7, 2023
1 parent 6313275 commit 3a9475c
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ public class XPackRestIT extends AbstractXPackRestTest {
.configFile("testnode.pem", Resource.fromClasspath("org/elasticsearch/xpack/security/transport/ssl/certs/simple/testnode.pem"))
.configFile("testnode.crt", Resource.fromClasspath("org/elasticsearch/xpack/security/transport/ssl/certs/simple/testnode.crt"))
.configFile("service_tokens", Resource.fromClasspath("service_tokens"))
.setting("tracing.apm.enabled", "true")
.setting("tracing.apm.agent.metrics_interval", "60s")
.setting("tracing.apm.agent.transaction_sample_rate", "0.01")
.build();

public XPackRestIT(ClientYamlTestCandidate testCandidate) {
Expand Down

0 comments on commit 3a9475c

Please sign in to comment.