-
Notifications
You must be signed in to change notification settings - Fork 956
Closed
Labels
bugSomething isn't workingSomething isn't workingpriority:p4Bugs and spec inconsistencies which do not fall into a higher prioritizationBugs and spec inconsistencies which do not fall into a higher prioritizationup-for-grabsGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainers
Description
What happened?
Steps to Reproduce
Enable ConsoleMetricExporter
Expected Result
See a full dump of metrics
Actual Result
Only see a shallow dump. For example, attributes are not visible
{
descriptor: {
name: 'http.client.duration',
description: 'Measures the duration of outbound HTTP requests.',
type: 'HISTOGRAM',
unit: 'ms',
valueType: 1
},
dataPointType: 1,
dataPoints: [
{
attributes: [Object],
startTime: [Array],
endTime: [Array],
value: [Object]
},
{
attributes: [Object],
startTime: [Array],
endTime: [Array],
value: [Object]
},
{
attributes: [Object],
startTime: [Array],
endTime: [Array],
value: [Object]
},
{
attributes: [Object],
startTime: [Array],
endTime: [Array],
value: [Object]
},
{
attributes: [Object],
startTime: [Array],
endTime: [Array],
value: [Object]
},
{
attributes: [Object],
startTime: [Array],
endTime: [Array],
value: [Object]
}
]
}
Additional Details
console.dir is used to output, but it seems {depth: null} needs to be passed to it to get full output
OpenTelemetry Setup Code
No response
package.json
No response
Relevant log output
No response
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpriority:p4Bugs and spec inconsistencies which do not fall into a higher prioritizationBugs and spec inconsistencies which do not fall into a higher prioritizationup-for-grabsGood for taking. Extra help will be provided by maintainersGood for taking. Extra help will be provided by maintainers