perf_metric.options 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. # Copyright 2021 Google
  2. #
  3. # Licensed under the Apache License, Version 2.0 (the "License");
  4. # you may not use this file except in compliance with the License.
  5. # You may obtain a copy of the License at
  6. #
  7. # http://www.apache.org/licenses/LICENSE-2.0
  8. #
  9. # Unless required by applicable law or agreed to in writing, software
  10. # distributed under the License is distributed on an "AS IS" BASIS,
  11. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  12. # See the License for the specific language governing permissions and
  13. # limitations under the License.
  14. #
  15. # Options for perf_metric.proto
  16. firebase.perf.v1.TraceMetric.name type:FT_POINTER
  17. firebase.perf.v1.TraceMetric.counters type:FT_POINTER
  18. firebase.perf.v1.TraceMetric.CountersEntry.key type:FT_POINTER
  19. firebase.perf.v1.TraceMetric.subtraces type:FT_POINTER
  20. firebase.perf.v1.TraceMetric.custom_attributes type:FT_POINTER
  21. firebase.perf.v1.TraceMetric.CustomAttributesEntry.key type:FT_POINTER
  22. firebase.perf.v1.TraceMetric.CustomAttributesEntry.value type:FT_POINTER
  23. firebase.perf.v1.TraceMetric.perf_sessions type:FT_POINTER
  24. firebase.perf.v1.NetworkRequestMetric.url type:FT_POINTER
  25. firebase.perf.v1.NetworkRequestMetric.response_content_type type:FT_POINTER
  26. firebase.perf.v1.NetworkRequestMetric.custom_attributes type:FT_POINTER
  27. firebase.perf.v1.NetworkRequestMetric.CustomAttributesEntry.key type:FT_POINTER
  28. firebase.perf.v1.NetworkRequestMetric.CustomAttributesEntry.value type:FT_POINTER
  29. firebase.perf.v1.NetworkRequestMetric.perf_sessions type:FT_POINTER
  30. firebase.perf.v1.PerfSession.session_id type:FT_POINTER
  31. firebase.perf.v1.PerfSession.session_verbosity type:FT_POINTER
  32. firebase.perf.v1.GaugeMetric.session_id type:FT_POINTER
  33. firebase.perf.v1.GaugeMetric.cpu_metric_readings type:FT_POINTER
  34. firebase.perf.v1.GaugeMetric.android_memory_readings type:FT_POINTER
  35. firebase.perf.v1.GaugeMetric.ios_memory_readings type:FT_POINTER
  36. firebase.perf.v1.GaugeMetadata.process_name type:FT_POINTER
  37. firebase.perf.v1.ApplicationInfo.google_app_id type:FT_POINTER
  38. firebase.perf.v1.ApplicationInfo.app_instance_id type:FT_POINTER
  39. firebase.perf.v1.ApplicationInfo.custom_attributes type:FT_POINTER
  40. firebase.perf.v1.ApplicationInfo.CustomAttributesEntry.key type:FT_POINTER
  41. firebase.perf.v1.ApplicationInfo.CustomAttributesEntry.value type:FT_POINTER
  42. firebase.perf.v1.WebApplicationInfo.sdk_version type:FT_POINTER
  43. firebase.perf.v1.WebApplicationInfo.page_url type:FT_POINTER
  44. firebase.perf.v1.AndroidApplicationInfo.package_name type:FT_POINTER
  45. firebase.perf.v1.AndroidApplicationInfo.sdk_version type:FT_POINTER
  46. firebase.perf.v1.AndroidApplicationInfo.version_name type:FT_POINTER
  47. firebase.perf.v1.IosApplicationInfo.sdk_version type:FT_POINTER
  48. firebase.perf.v1.IosApplicationInfo.bundle_short_version type:FT_POINTER
  49. firebase.perf.v1.IosApplicationInfo.mcc_mnc type:FT_POINTER