Skip to content

Commit eafd09e

Browse files
authored
Merge pull request #18 from Yleisradio/feature/tweaks
Tweaks
2 parents a949205 + e652ab7 commit eafd09e

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ So, add these to your project.clj dependencies:
2626

2727
```clojure
2828
[co.elastic.apm/apm-agent-api "AGENT_VERSION"]
29-
[clojure-elastic-apm "0.8.0"]
29+
[clojure-elastic-apm "0.13.0"]
3030
```
3131

3232
Note, in the agent configuration, the `elastic.apm.application_packages` option should be the top level namespace in your
@@ -343,7 +343,7 @@ There are some tests for the functionality. To run them, you need to have Elasti
343343
as containers:
344344

345345
```bash
346-
$ docker-compose up -d
346+
$ docker compose up -d
347347
```
348348

349349
Then, to run tests:

docker-compose.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ services:
1313
ports:
1414
- "9200:9200"
1515
- "9300:9300"
16+
# Might be needed when running locally, but seemed to fail CI build
17+
# deploy:
18+
# resources:
19+
# limits:
20+
# memory: 1000M
1621
kibana:
1722
image: "docker.elastic.co/kibana/kibana:8.16.0"
1823
ports:
10.6 MB
Binary file not shown.

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
:license {:name "Eclipse Public License"
55
:url "http://www.eclipse.org/legal/epl-v10.html"}
66
:dependencies [[org.clojure/clojure "1.11.1"]]
7-
:profiles {:dev {:jvm-opts ["-javaagent:lib/elastic-apm-agent-1.38.0.jar"
7+
:profiles {:dev {:jvm-opts ["-javaagent:lib/elastic-apm-agent-1.52.1.jar"
88
"-Delastic.apm.service_name=test-service"
99
"-Delastic.apm.application_packages=clojure-elastic-apm"
1010
"-Delastic.apm.server_urls=http://localhost:8200"

0 commit comments

Comments
 (0)