Skip to content

Commit

Permalink
Add New Relic monitoring for stela API
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam Lloyd committed Jul 17, 2024
1 parent a0dd24e commit 8541440
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 8541440

Please sign in to comment.