-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
If I have
obj = {
valueType: 'INT64',
points: {
interval: {
startTime: now,
endTime: now
},
value: {
}
}
}
then i set
obj.valueType = 'STRING';
and obj.points.value.int64Value = 'some JSON'
I get
message: 'Invalid value at \'time_series[0].points.value.int64_value\' (TYPE_INT64),
I want to be able to send JSON to stack driver when an exception occurs in the program. Currently i'm only able to send integers.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.