Skip to content

Commit

Permalink
Added APM PHP agent to the list of agent names (#101062)
Browse files Browse the repository at this point in the history
* Added APM PHP agent to the list of agent names to include it into the agent telemetry collection

* put php label into alphabetical order

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
  • Loading branch information
AlexanderWert and kibanamachine committed Jun 8, 2021
1 parent e2d75c2 commit 6c02081
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/plugins/apm/common/agent_name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ export const AGENT_NAMES: AgentName[] = [
'java',
'js-base',
'nodejs',
'php',
'python',
'ruby',
'rum-js',
Expand Down

0 comments on commit 6c02081

Please sign in to comment.