newrelic-experimental / gitlab

Gitlab exporters to send metrics,logs,traces to New Relic
9 stars 6 forks source link

Error with extralogging image #5

Closed silanpa closed 1 year ago

silanpa commented 1 year ago

Error produce(s)

python-gitlab-metrics-exporter-1  | Traceback (most recent call last):
python-gitlab-metrics-exporter-1  |   File "/app/metrics-exporter.py", line 14, in <module>
python-gitlab-metrics-exporter-1  |     from get_resources import get_environments, get_deployments, get_releases, get_runners
python-gitlab-metrics-exporter-1  | ModuleNotFoundError: No module named 'get_resources'
python-gitlab-metrics-exporter-1 exited with code 1

You need to include al python file when copy in Dockerfile

dpacheconr commented 1 year ago

this has been rectified, this image (extralogging) was for diagnostic purposes only

silanpa commented 1 year ago

@dpacheconr Ok Thanks! This issues was for show the error. I am waiting for the release with what is not yet in 1.0.0!!