Skip to content

Commit 130e1b0

Browse files
Merge pull request #1127 from newrelic/mysql-ubuntu-24-support
fix(mysql): add ubuntu version 24.4 support for mysql integration
2 parents ff1de40 + 69addd9 commit 130e1b0

File tree

1 file changed

+1
-1
lines changed
  • recipes/newrelic/infrastructure/ohi/mysql

1 file changed

+1
-1
lines changed

recipes/newrelic/infrastructure/ohi/mysql/debian.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ installTargets:
1717
- type: host
1818
os: linux
1919
platform: "ubuntu"
20-
platformVersion: "(((16|18|20|21|22)\\.04)|(20.10))" # Xenial, Bionic, Focal, Hirsute, Jammy, Groovy
20+
platformVersion: "(((16|18|20|21|22|24)\\.04)|(20.10))" # Xenial, Bionic, Focal, Hirsute, Jammy, Groovy
2121

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

0 commit comments

Comments
 (0)