Skip to content

Add supportability metrics for auto named apps#2808

Open
kanderson250 wants to merge 1 commit intomainfrom
add-auto-app-naming-metrics
Open

Add supportability metrics for auto named apps#2808
kanderson250 wants to merge 1 commit intomainfrom
add-auto-app-naming-metrics

Conversation

@kanderson250
Copy link
Contributor

Resolves #2793

Simple PR to send up a metric every time an RPMService is registered for a new appName. These metrics will report to the default app to help us identify auto-named apps in the UI.

Eg: auto-named webapp-123 will generate the metric Supportability/AutoAppNaming/ReportingTo/webapp-123 in the default app.

The default app does not record a metric for its own name. Example below is a screenshot from my test webapp with three servlets.

Screenshot 2026-03-20 at 2 36 27 PM

@codecov-commenter
Copy link

codecov-commenter commented Mar 20, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.33%. Comparing base (03ba169) to head (531a13c).

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2808      +/-   ##
============================================
+ Coverage     70.31%   70.33%   +0.02%     
- Complexity    10368    10370       +2     
============================================
  Files           869      869              
  Lines         42052    42053       +1     
  Branches       6396     6396              
============================================
+ Hits          29570    29580      +10     
+ Misses         9593     9584       -9     
  Partials       2889     2889              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Development

Successfully merging this pull request may close these issues.

Metrics to identify apps when auto app naming is in use

2 participants