DCManagedAgentsV1 is a discrete usage event for the number of managed agents. This event is sent in the following situations: - Once on first startup after usage tracking is added to the product with the count of all existing managed agents (count=N) - A new managed agent is created (count=1)
| 142 | // the count of all existing managed agents (count=N) |
| 143 | // - A new managed agent is created (count=1) |
| 144 | type DCManagedAgentsV1 struct { |
| 145 | Count uint64 `json:"count"` |
| 146 | } |
| 147 | |
| 148 | var _ DiscreteEvent = DCManagedAgentsV1{} |
| 149 |
nothing calls this directly
no outgoing calls
no test coverage detected