Skip to content

Commit

Permalink
Merge pull request #1127 from newrelic/mysql-ubuntu-24-support
Browse files Browse the repository at this point in the history
fix(mysql): add ubuntu version 24.4 support for mysql integration
  • Loading branch information
vagrawal-newrelic authored Oct 24, 2024
2 parents ff1de40 + 69addd9 commit 130e1b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion recipes/newrelic/infrastructure/ohi/mysql/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ installTargets:
- type: host
os: linux
platform: "ubuntu"
platformVersion: "(((16|18|20|21|22)\\.04)|(20.10))" # Xenial, Bionic, Focal, Hirsute, Jammy, Groovy
platformVersion: "(((16|18|20|21|22|24)\\.04)|(20.10))" # Xenial, Bionic, Focal, Hirsute, Jammy, Groovy

# keyword convention for dealing with search terms that could land someone on this instrumentation project
keywords:
Expand Down

0 comments on commit 130e1b0

Please sign in to comment.