Skip to main content

Add deployment markers to Exception graphs

POST 

/v2/markers/create-markers

Send logs with details of service deployments to annotate Exception graphs in Kibana Discover. Learn more about Deployment markers

Request

Body

required
    markers object[]
  • Array [
  • title stringrequired

    Specify a marker title, for example, a service name. The title appears in the Deployments list your Exceptions tab.

    tag string

    Default value: OTHER

    Specify DEPLOYMENT for the Deployment marker to appear in the Deployments list in your Exceptions tab.

    example
    enum
    timestamp int64

    Date of the deployment event, as Unix epoch milliseconds

    description stringrequired

    Add a description to provide additional detail.

    metadata object

    Provides additional metadata with details of the deployment.

    (Future functionality: Metadata will be used to filter deploymentsby several dimensions. For example, to filter deployments by service and region to focus on deployments performed on a specific service and a specific region.

    property name* string
  • ]

Responses

204 No Content

Loading...