Skip to content

Commit

Permalink
Merge pull request #99 from PermanentOrg/per-9541_add_newrelic_monito…
Browse files Browse the repository at this point in the history
…ring

Add New Relic monitoring for dev API
  • Loading branch information
liam-lloyd committed Jul 17, 2024
2 parents a0dd24e + 8541440 commit 55224d7
Show file tree
Hide file tree
Showing 13 changed files with 3,587 additions and 270 deletions.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"prettier/prettier": "error",
"@typescript-eslint/no-unused-vars": [
"error",
{ "argsIgnorePattern": "^_" }
{ "argsIgnorePattern": "^_", "varsIgnorePattern": "^_"}
]
},
"env": {
Expand Down
4 changes: 4 additions & 0 deletions Dockerfile.api
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ ARG AWS_RDS_CERT_BUNDLE

WORKDIR /usr/local/apps/stela/

ENV NEW_RELIC_NO_CONFIG_FILE=true
ENV NEW_RELIC_DISTRIBUTED_TRACING_ENABLED=true
ENV NEW_RELIC_LOG=stdout

RUN mkdir /etc/ca-certificates
RUN echo -e $AWS_RDS_CERT_BUNDLE > /etc/ca-certificates/rds-us-west-2-ca-bundle.pem

Expand Down
Loading

0 comments on commit 55224d7

Please sign in to comment.