You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was able to successfully create a container using latest-centos image and deploy the container , i dont see any scripts running
however when i run the scripts manually from container bash prompt , i see the results printed in the terminal , But i dont see those results posted to NR
Steps to Reproduce
here is the dockerfile
FROM newrelic/infrastructure:latest-centos
ADD newrelic-infra.yml /etc/newrelic-infra.yml
#executable needed for the integration, downloaded from github repo
ADD snowflakeintegration-linux /newrelic-snowflake-integration/snowflakeintegration-linux
grant execute access on the file
RUN chmod +x /newrelic-snowflake-integration/snowflakeintegration-linux
#delete the github config file
RUN rm -rf /newrelic-snowflake-integration/config.yaml
#copy the modified wfs credentials config file
ADD config.yaml /newrelic-snowflake-integration/config.yaml
#flex file which calls queries and posts data to new relic
ADD flex-snowflake-linux.yml /etc/newrelic-infra/integrations.d/flex-snowflake-linux.yml
Description
I was able to successfully create a container using latest-centos image and deploy the container , i dont see any scripts running
however when i run the scripts manually from container bash prompt , i see the results printed in the terminal , But i dont see those results posted to NR
Steps to Reproduce
here is the dockerfile
FROM newrelic/infrastructure:latest-centos
ADD newrelic-infra.yml /etc/newrelic-infra.yml
RUN yum update -y && yum install -y git
#Clone the git repo from github
RUN git clone https://github.com/newrelic/newrelic-snowflake-integration.git
#executable needed for the integration, downloaded from github repo
ADD snowflakeintegration-linux /newrelic-snowflake-integration/snowflakeintegration-linux
grant execute access on the file
RUN chmod +x /newrelic-snowflake-integration/snowflakeintegration-linux
#delete the github config file
RUN rm -rf /newrelic-snowflake-integration/config.yaml
#copy the modified wfs credentials config file
ADD config.yaml /newrelic-snowflake-integration/config.yaml
#flex file which calls queries and posts data to new relic
ADD flex-snowflake-linux.yml /etc/newrelic-infra/integrations.d/flex-snowflake-linux.yml
#define env variables
ENV NEWRELIC_SNOWFLAKE_HOME=/newrelic-snowflake-integration
ENV LD_LIBRARY_PATH=/lib64
ENV NEWRELIC_SNOWFLAKE_CONFIG_PATH=/newrelic-snowflake-integration/config.yaml
Expected Behavior
Relevant Logs / Console output
Your Environment
running on local via docker desktop
Additional context
The text was updated successfully, but these errors were encountered: