-
Re: Schema to collect event signposts
cwoolf Jan 24, 2019 1:01 PM (in response to bjtitus)The request has been made to add the "emit" events to the os_signpost instrument (44190979). In the mean time, you could switch to the Points of Interest category temporarily and use the Points of Interest instrument to see your intervals and points. That instrument does show both. A second alternative would be write a quick instrument that just shows the contents of the os-signpost schema but filters the "event-type" column to "Event".
-
Re: Schema to collect event signposts
bjtitus Jan 24, 2019 9:25 PM (in response to cwoolf)Perfect! Thanks for the pointer. I'm finally starting to grasp the documentation a bit and ended up using "slice".
Something like this seems to work:
<list> <title>List: Writes</title> <table-ref>writes</table-ref> <slice> <column>event-type</column> <equals> <event-type>Event</event-type> </equals> </slice> <column>name</column> <column>message</column> </list>
It seems like maybe there's a way to filter in create-table using the attribute element but it keeps telling me that event-type is not an attribute of the os-signpost schema (perhaps it's a "column" and not an attribute, not sure I fully grasp the terminology yet). I'll take a look at a custom modeler as shown in your final advanced example to better filter based on the message.
I think it'd be useful to have some type of model generator (os-signpost-point-schema?) for these events where a pattern could be provided to match them instead of having to dive deeper into the tooling. Happy to file a radar on that if that's something that makes sense.
-
Re: Schema to collect event signposts
cwoolf Feb 7, 2019 1:00 PM (in response to bjtitus)Ticket 41308088: Add <os-signpost-point-schema>
Already been filed, but I just moved in up in priority since you asked nicely
-
-