-
Notifications
You must be signed in to change notification settings - Fork 79
Open
Description
Previously created here newrelic/newrelic-dotnet-agent#2853
Is your feature request related to a problem? Please describe.
I have .NetCore 8 application deployed via AWS Beanstalk on instance with .NET 8 running on 64bit Amazon Linux 2023, I faced two issues
- First Issue: One on Amazon Linux 2023, the openssl by default installed is 3.0, where Newrelic looking for version 1.1, thus throwing error. It resolved after I manually installed the openssl 1.1
- Second Issue: dotnet-agent still not successfully configured with newrelic-cli
newrelic install -n dotnet-agent-installer
reason it is throwing error since apt-get not installed on Amazon Linux 2023.
==> Installing .NET Agent
================================================================================
= =
= Warning =
= =
= This installation will automatically restart all systemd services =
= that run .NET applications upon completion. =
= =
================================================================================
If you are hosting your .NET application differently then check out our other installation options:
https://docs.newrelic.com/docs/agents/net-agent/installation/install-net-agent-linux/.
Do you want to install the .NET Agent Y/N (default: Y)?
sudo: apt-get: command not found
! Installing dotnet-agent-installer
Failed
New Relic installation complete
Feature Description
- Upgrade to support OpenSSL
openSSL 3.0.8 7 Feb 2023 (Library: OpenSSL 3.0.8 7 Feb 2023)
- Add support for
yum or dnf
in installation ofdotnet-agent-installer
ASAP.
Describe Alternatives
I tried manual steps installing dotnet-agent using dnf
but tried to configure manually but it seems APM still attached, since connection is not build with newrelic dashboard.
Additional context
I am stuck with the AWS and Newrelic. As If I downgrade from Amazon Linux 2023 to Amazon Linux 2, NewRelic is working but Amazon Linux 2 do not have supporter .NetCore 8
Priority
Blocker
Metadata
Metadata
Assignees
Labels
No labels