Honeycomb · Schema

Honeycomb Marker

JSON Schema for the Honeycomb Marker resource. Generated from the Honeycomb API OpenAPI spec.

ObservabilityTracingDistributed TracingTelemetryOpenTelemetryEventLogsMetricsSLOAIOpsAI Observability

Properties

Name Type Description
start_time integer Indicates the time the Marker should be placed. If missing, defaults to the time the request arrives. Expressed in Unix Time.
end_time integer Specifies end time, and allows a Marker to be recorded as representing a time range, such as a 5 minute deploy. Expressed in Unix Time.
message string A message to describe this specific Marker.
type string Groups similar Markers. For example, `deploys`. All Markers of the same type appear with the same color on the graph. Refer to the [Marker Settings](/api/marker-settings/) API for altering the color o
url string A target for the marker. Clicking the marker text will take you to this URL.
id string A 6 character hexadecimal string assigned on Marker creation.
created_at string The ISO8601-formatted time when the Marker was created.
updated_at string The ISO8601-formatted time when the Marker was updated.
color string Color can be assigned to Markers using the Marker Settings endpoint. This field will be populated when List All Markers is called.
View JSON Schema on GitHub

JSON Schema

honeycomb-marker-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/honeycomb-io/main/json-schema/honeycomb-marker-schema.json",
  "title": "Honeycomb Marker",
  "description": "JSON Schema for the Honeycomb Marker resource. Generated from the Honeycomb API OpenAPI spec.",
  "type": "object",
  "properties": {
    "start_time": {
      "type": "integer",
      "description": "Indicates the time the Marker should be placed. If missing, defaults to the time the request arrives. Expressed in Unix Time.",
      "example": 1471040808
    },
    "end_time": {
      "type": "integer",
      "description": "Specifies end time, and allows a Marker to be recorded as representing a time range, such as a 5 minute deploy. Expressed in Unix Time.",
      "example": 1668453920
    },
    "message": {
      "type": "string",
      "description": "A message to describe this specific Marker.",
      "example": "backend deploy #123"
    },
    "type": {
      "type": "string",
      "description": "Groups similar Markers. For example, `deploys`. All Markers of the same type appear with the same color on the graph. Refer to the [Marker Settings](/api/marker-settings/) API for altering the color of each type.",
      "example": "deploy"
    },
    "url": {
      "type": "string",
      "description": "A target for the marker. Clicking the marker text will take you to this URL.",
      "example": "http://link-to-build.here"
    },
    "id": {
      "type": "string",
      "description": "A 6 character hexadecimal string assigned on Marker creation.",
      "readOnly": true
    },
    "created_at": {
      "type": "string",
      "description": "The ISO8601-formatted time when the Marker was created.",
      "readOnly": true
    },
    "updated_at": {
      "type": "string",
      "description": "The ISO8601-formatted time when the Marker was updated.",
      "readOnly": true
    },
    "color": {
      "type": "string",
      "description": "Color can be assigned to Markers using the Marker Settings endpoint. This field will be populated when List All Markers is called.",
      "readOnly": true
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/honeycomb-marker"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.