Skip to content

Commit 69addd9

Browse files
fix(mysql): add ubuntu version 24.4 support for mysql integration
1 parent ff1de40 commit 69addd9

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)