Skip to content

Strings! #122

@neoadventist

Description

@neoadventist

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

No one assigned

    Labels

    🚨This issue needs some love.triage meI really want to be triaged.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions