Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
Metric.php
function Metric::getData
Return value
string
File
vendor/
open-telemetry/
gen-otlp-protobuf/
Opentelemetry/
Proto/
Metrics/
V1/
Metric.php
, line 410
Class
Metric
Defines a Metric which has one or more timeseries. The following is a brief summary of the Metric data model. For more details, see:
https://github.com/open-telemetry/opentelemetry-specification/blob/main…
The data…
Namespace
Opentelemetry\Proto\Metrics\V1
Code
public
function
getData
() {
return
$this
->
whichOneof
(
"data"
); }
RSS feed