https://kedro.org/ logo
#questions
Title
# questions
g

Gabriel Bandeira

09/28/2023, 1:41 PM
Hi, team! Was anyone here able to link
kedro
with
NewRelic
?
d

datajoely

09/28/2023, 1:42 PM
We have examples on the hooks page about working with Grafana the concepts should be v simillar
g

Gabriel Bandeira

09/28/2023, 1:43 PM
Ok, I’ll take a look, thanks!
y

Yetunde

09/28/2023, 1:54 PM
g

Gabriel Bandeira

09/28/2023, 1:58 PM
is there a way to capture the logs and redirect it to NewRelic?
d

datajoely

09/28/2023, 2:03 PM
so not my area - but you might be able to use this and the regular python logging set up in Kedro should be picked up https://pypi.org/project/new-relic-logger-for-python/ or slightly lower level us the newrelic python agent https://pypi.org/project/newrelic/
g

Gabriel Bandeira

09/28/2023, 2:03 PM
thanks!