Skip to content

Commit e55f176

Browse files
committed
Fix capitalization for OpenTelemetry heading
1 parent e6a6f4a commit e55f176

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/tasks/config.rake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ namespace :newrelic do
3232
'slow_sql' => 'Slow SQL [#slow-sql]',
3333
'custom_insights_events' => 'Custom Events [#custom-events]',
3434
'ai_monitoring' => 'AI Monitoring [#ai-monitoring]',
35-
'security_agent' => 'Security Agent [#security-agent]'
35+
'security_agent' => 'Security Agent [#security-agent]',
36+
'opentelemetry' => 'OpenTelemetry'
3637
}
3738

3839
desc 'Describe available New Relic configuration settings'

0 commit comments

Comments
 (0)