Samuel

Results 120 comments of Samuel

Thanks for the feature request @jasonmfehr This is related to #1453 so we won't be able to add this until that work has been completed.

That's awesome @Kavinraja-G Indeed it would mean adding a new data source. If you could post your suggested data structure here first we can review before you start coding. cc...

Thanks @Kavinraja-G @sanderblue and @mbazhlekova do you mind reviewing? I think this is an interesting use-case that would allow us to create an end to end flow for Lambda monitoring.

Thanks for the report @aeliaNR With the current REST API we can't do an update, but there's a new GraphQL API coming soon (end of April). I'm currently hesitant to...

@aeliaNR We've released V3 version of our provider which includes all of the new Synthetics features and lots of bugfixes: https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/guides/migration_guide_v3 If you have some time could you check if...

This is on our radar and we're hoping to implement it this year. We are open to pull requests or other code that might help in that effort.

Well spotted @thomazfohr The V3 release is indeed out which supports the latest runtime. You can find a migration guide here: https://registry.terraform.io/providers/newrelic/newrelic/latest/docs/guides/migration_guide_v3 We have some documentation changes in pipeline which...

Thanks @gitcos We have a story to improve this in our documentation.

Thanks @aravind-bigfish We'll see if we can reproduce the issue.

@danielgblanco Can you try adding a `r` in front of the query, this is required for RLIKE: https://docs.newrelic.com/docs/query-your-data/nrql-new-relic-query-language/get-started/nrql-syntax-clauses-functions/ example: `FROM Log SELECT * WHERE service.name = 'my-service' AND message RLIKE...