Skip to content

anyone else integrated NewRelic sidecar? #5031

Answered by erpadmin
erpadmin asked this question in Q&A
Discussion options

You must be logged in to vote

Working config (switched to use nginx in the Dockerfile since busybox wasn't producing output)

name: busybox
type: Backend Service

cpu: 256 
memory: 512 
count: 1
exec: true

environments:
  qa: 
    image:
      build: Dockerfile
    variables:
      APP: 'nginx'
    logging:
      image: 533243300146.dkr.ecr.us-east-1.amazonaws.com/newrelic/logging-firelens-fluentbit
      destination:
        Name: newrelic
      enableMetadata: false
      secretOptions:
         apiKey: /copilot/applications/busybox/environments/qa/newrelic-infra/ecs/license-key

NRQL: FROM Log select * WHERE plugin.type='fluent-bit'

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@alonssro
Comment options

Answer selected by erpadmin
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants