# Honeycomb Docs ## Docs - [API Changelog](https://docs.honeycomb.io/api-changelog.md) - [List Authorizations](https://docs.honeycomb.io/api/auth/list-authorizations.md): Returns metadata about the API Key used to call the API. Note: a Honeycomb Classic API key will return an emp… - [List Authorizations V2](https://docs.honeycomb.io/api/auth/list-authorizations-v2.md): Returns metadata about the Management API Key used to call the API. - [Authentication](https://docs.honeycomb.io/api/authentication.md): Authenticate Honeycomb API requests with API keys. Find out which key type each endpoint requires. - [Create a Board](https://docs.honeycomb.io/api/boards/create-a-board.md): Create a Board comprised of one or more Panels (Query, SLO, or Text). **Note**: Each board is limited to a ma… - [Create a Board View](https://docs.honeycomb.io/api/boards/create-a-board-view.md): Create a new view for a board with the specified filters. **Note**: Each board is limited to a maximum of 50… - [Delete a Board](https://docs.honeycomb.io/api/boards/delete-a-board.md): Delete a public Board by specifying its ID. - [Delete a Board View](https://docs.honeycomb.io/api/boards/delete-a-board-view.md): Delete a Board View by specifying its ID. - [Get a Board](https://docs.honeycomb.io/api/boards/get-a-board.md): Get a single Board by ID. - [Get a Board View](https://docs.honeycomb.io/api/boards/get-a-board-view.md): Retrieve a single Board View by ID. - [List All Boards](https://docs.honeycomb.io/api/boards/list-all-boards.md): Retrieves a list of all non-secret Boards within an environment. **Note**: For Honeycomb Classic users, all b… - [List Board Views](https://docs.honeycomb.io/api/boards/list-board-views.md): Retrieve a list of all views for a board. **Note**: Each board is limited to a maximum of 50 views. - [Update a Board](https://docs.honeycomb.io/api/boards/update-a-board.md): Update a Board by specifying its ID and full details. **Note**: Queries can be added to, removed from, and re… - [Update a Board View](https://docs.honeycomb.io/api/boards/update-a-board-view.md): Update a Board View by specifying its ID and full details. - [Create a Burn Alert](https://docs.honeycomb.io/api/burn-alerts/create-a-burn-alert.md): Create a Burn Alert against a specified SLO. - [Delete a Burn Alert](https://docs.honeycomb.io/api/burn-alerts/delete-a-burn-alert.md): Delete a Burn Alert by specifying its ID. - [Get a Burn Alert](https://docs.honeycomb.io/api/burn-alerts/get-a-burn-alert.md): Get a single Burn Alert by ID. - [List All Burn Alerts for an SLO](https://docs.honeycomb.io/api/burn-alerts/list-all-burn-alerts-for-an-slo.md): Get all burn alerts associated with the SLO specified in the `slo_id` query param. It is not currently possib… - [Update a Burn Alert](https://docs.honeycomb.io/api/burn-alerts/update-a-burn-alert.md): Update a Burn Alert by specifying its ID and full details. - [Create a Calculated Field](https://docs.honeycomb.io/api/calculated-fields/create-a-calculated-field.md): Create a Calculated Field (also called a Derived Column). Calculated Fields allow you to run queries based on… - [Delete a Calculated Field](https://docs.honeycomb.io/api/calculated-fields/delete-a-calculated-field.md): Delete a Calculated Field (also called a Derived Column). **Note**: A Calculated Field used by a SLO, Trigger… - [Get a Calculated Field](https://docs.honeycomb.io/api/calculated-fields/get-a-calculated-field.md) - [List all Calculated Fields](https://docs.honeycomb.io/api/calculated-fields/list-all-calculated-fields.md): Get all the Calculated Fields (also called Derived Columns) in a dataset or environment. With the `?alias=X`… - [Update a Calculated Field](https://docs.honeycomb.io/api/calculated-fields/update-a-calculated-field.md): Update a Calculated Field (also called a Derived Column). - [Create a Column](https://docs.honeycomb.io/api/columns/create-a-column.md): Create a column by providing corresponding details for that type. - [Delete a Column](https://docs.honeycomb.io/api/columns/delete-a-column.md): Delete a column. **Note**: Deleted columns are no longer queryable, but data in existing permalinks (query re… - [Get a Column](https://docs.honeycomb.io/api/columns/get-a-column.md) - [List all Columns](https://docs.honeycomb.io/api/columns/list-all-columns.md): Get all the Columns in a dataset or environment. Use `__all__` as the dataset slug to retrieve all Columns a… - [Update a Column](https://docs.honeycomb.io/api/columns/update-a-column.md): Update a column - [Get all Dataset Definitions](https://docs.honeycomb.io/api/dataset-definitions/get-all-dataset-definitions.md): Get all definitions for a Dataset. The response returns an object with a Dataset Definition for each set Data… - [Set or Update Dataset Definitions](https://docs.honeycomb.io/api/dataset-definitions/set-or-update-dataset-definitions.md): Set or update one or more definitions for a Dataset. **Note**: While the PATCH payload can include the `colum… - [Create a Dataset](https://docs.honeycomb.io/api/datasets/create-a-dataset.md): Create a Dataset in the environment associated with your API key. If a Dataset already exists by that name (o… - [Delete a Dataset](https://docs.honeycomb.io/api/datasets/delete-a-dataset.md): Deletes the Dataset. This is an irreversible operation. It may take several minutes for the deletion process… - [Get a Dataset](https://docs.honeycomb.io/api/datasets/get-a-dataset.md): Get a single Dataset by slug. - [List All Datasets](https://docs.honeycomb.io/api/datasets/list-all-datasets.md): Lists all Datasets for an environment. **Note**: For Honeycomb Classic users, all datasets in Classic are ret… - [Update a Dataset](https://docs.honeycomb.io/api/datasets/update-a-dataset.md): Update a Dataset's settings. - [Create an Environment](https://docs.honeycomb.io/api/environments/create-an-environment.md) - [Delete an Environment](https://docs.honeycomb.io/api/environments/delete-an-environment.md): This deletes and immediately deactivates the Environment. This is an irreversible operation. - [Get an Environment](https://docs.honeycomb.io/api/environments/get-an-environment.md) - [List all Environments](https://docs.honeycomb.io/api/environments/list-all-environments.md) - [Update an Environment](https://docs.honeycomb.io/api/environments/update-an-environment.md) - [Errors](https://docs.honeycomb.io/api/errors.md): Handle Honeycomb API errors using standard HTTP status codes and structured error responses. - [Create an Event](https://docs.honeycomb.io/api/events/create-an-event.md): Using this endpoint for anything more than testing is highly discouraged. - [Create Events](https://docs.honeycomb.io/api/events/create-events.md): Supports batch creation of events. - [Honeycomb API Reference](https://docs.honeycomb.io/api/introduction.md): Build integrations and automate workflows with the Honeycomb API. Programmatically manage datasets, queries,… - [Create an API Key](https://docs.honeycomb.io/api/key-management/create-an-api-key.md): This creates an API Key, which will return the API Key components in the response. The Key ID will be found a… - [Delete an API Key](https://docs.honeycomb.io/api/key-management/delete-an-api-key.md): This deletes and immediately deactivates the API Key. This is an irreversible operation. - [Get an API Key](https://docs.honeycomb.io/api/key-management/get-an-api-key.md): Fetches an environment API Key, either a key of type `ingest` or type `configuration` based on the ID given. - [List all API Keys](https://docs.honeycomb.io/api/key-management/list-all-api-keys.md): List all API Keys for a Team. - [Update an API Key](https://docs.honeycomb.io/api/key-management/update-an-api-key.md): Updates an API Key. The expected attributes depend on the key type: - **Ingest Keys** (prefix `hcxik_`): Supp… - [Create Kinesis Events](https://docs.honeycomb.io/api/kinesis-events/create-kinesis-events.md): This endpoint processes events and metrics coming from AWS through Kinesis Firehose. - [Create a Marker Setting](https://docs.honeycomb.io/api/marker-settings/create-a-marker-setting.md) - [Delete a Marker Setting](https://docs.honeycomb.io/api/marker-settings/delete-a-marker-setting.md) - [Get a Marker Setting](https://docs.honeycomb.io/api/marker-settings/get-a-marker-setting.md) - [Update a Marker Setting](https://docs.honeycomb.io/api/marker-settings/update-a-marker-setting.md): A marker setting's `type` may not be changed after creation. - [Create a Marker](https://docs.honeycomb.io/api/markers/create-a-marker.md): Create a Marker in the specified dataset. To create an environment marker, use the `__all__` keyword and an A… - [Delete a Marker](https://docs.honeycomb.io/api/markers/delete-a-marker.md) - [List All Markers](https://docs.honeycomb.io/api/markers/list-all-markers.md): Lists all Markers for a dataset. - [Update a Marker](https://docs.honeycomb.io/api/markers/update-a-marker.md): Update a Marker in the specified dataset. To update an environment marker, use the `__all__` keyword and an A… - [Pagination](https://docs.honeycomb.io/api/pagination.md): Navigate paginated Honeycomb API responses using cursor-based pagination. - [Permissions](https://docs.honeycomb.io/api/permissions.md): Reference for required API key types and permission scopes for each Honeycomb API endpoint group - [Create a Query](https://docs.honeycomb.io/api/queries/create-a-query.md): Create a query from a specification. DOES NOT run the query to retrieve results. - [Get a Query](https://docs.honeycomb.io/api/queries/get-a-query.md): Retrieve a query by its ID. - [Create a Query Annotation](https://docs.honeycomb.io/api/query-annotations/create-a-query-annotation.md): Create a Query Annotation for the specified query ID. - [Delete a Query Annotation](https://docs.honeycomb.io/api/query-annotations/delete-a-query-annotation.md): Delete a Query Annotation by specifying its ID. - [Get a Query Annotation](https://docs.honeycomb.io/api/query-annotations/get-a-query-annotation.md): Get a Query Annotation by its ID. - [List Query Annotations](https://docs.honeycomb.io/api/query-annotations/list-query-annotations.md): List all Query Annotations in the specified dataset. - [Update a Query Annotation](https://docs.honeycomb.io/api/query-annotations/update-a-query-annotation.md): Update a Query Annotation by specifying its ID. The Query ID associated with the Query Annotation cannot be u… - [Create a Query Result](https://docs.honeycomb.io/api/query-data/create-a-query-result.md): Kick off processing of a Query to then get back the Query Results. Once the Query Result has been created, th… - [Get Query Result](https://docs.honeycomb.io/api/query-data/get-query-result.md): Get the Query Result details for a specific Query Result ID. This endpoint is used to fetch the results of a… - [Rate Limits](https://docs.honeycomb.io/api/rate-limit.md): Find out how Honeycomb API rate limits work, which response headers tell you your current usage, and how to h… - [Create a Recipient](https://docs.honeycomb.io/api/recipients/create-a-recipient.md): Unlike many resources, Recipients are not linked to a specific Environment or Dataset. The Recipient will be… - [Delete a Recipient](https://docs.honeycomb.io/api/recipients/delete-a-recipient.md): Delete a recipient by specifying the recipient ID. A Recipient can only be deleted if it is NOT in use by any… - [Get a single Recipient](https://docs.honeycomb.io/api/recipients/get-a-single-recipient.md): Retrieve a Recipient by recipient ID. - [List all Recipients](https://docs.honeycomb.io/api/recipients/list-all-recipients.md): Retrieve all recipients for a team. - [Update a Recipient](https://docs.honeycomb.io/api/recipients/update-a-recipient.md): Update a Recipient by specifying the recipient ID and full recipient details. (Partial PUT is not supported.)… - [Get SLO History](https://docs.honeycomb.io/api/reporting/get-slo-history.md): Get a weekly breakdown of historical data for a list of SLOs for a given time range. - [Create a Map Dependency Request](https://docs.honeycomb.io/api/service-maps/create-a-map-dependency-request.md): Create a Map Dependency Request. - [Get Map Dependencies](https://docs.honeycomb.io/api/service-maps/get-map-dependencies.md): Get the dependencies for a previously created Map Dependencies Request. Note: This endpoint returns a single… - [Create an SLO](https://docs.honeycomb.io/api/slos/create-an-slo.md): Create an SLO on the provided dataset. - [Delete an SLO](https://docs.honeycomb.io/api/slos/delete-an-slo.md): Delete an SLO by specifying its ID. - [Get all SLOs](https://docs.honeycomb.io/api/slos/get-all-slos.md): Get all SLOs for a dataset or environment (using `__all__`). This action returns any SLOs, including those a… - [Get an SLO](https://docs.honeycomb.io/api/slos/get-an-slo.md): Get an SLO by ID. - [Get SLO Hourly Counts History](https://docs.honeycomb.io/api/slos/get-slo-hourly-counts-history.md): Get hourly-bucketed total and error event counts for an SLO from the persistent historical store. Use this en… - [Get SLO Realtime Counts](https://docs.honeycomb.io/api/slos/get-slo-realtime-counts.md): Get per-minute success and failure event counts for an SLO, updated approximately once per minute from a roll… - [Update an SLO](https://docs.honeycomb.io/api/slos/update-an-slo.md): Update an SLO by specifying its ID and full SLO details. - [Create a Trigger](https://docs.honeycomb.io/api/triggers/create-a-trigger.md): Create a trigger on the provided dataset or environment. - [Delete a Trigger](https://docs.honeycomb.io/api/triggers/delete-a-trigger.md): Delete a trigger by specifying the trigger ID. The body of the DELETE request should be empty. - [Get a Trigger](https://docs.honeycomb.io/api/triggers/get-a-trigger.md): Fetch details for a single Trigger by Trigger ID. - [Get Triggers Associated with a Recipient](https://docs.honeycomb.io/api/triggers/get-triggers-associated-with-a-recipient.md): List all triggers that will alert a given Recipient. **Important:** This request will return all Triggers ass… - [List All Triggers](https://docs.honeycomb.io/api/triggers/list-all-triggers.md): List all triggers on the provided dataset or environment. - [Update a Trigger](https://docs.honeycomb.io/api/triggers/update-a-trigger.md): Update a trigger by specifying the trigger ID and the same fields used when creating a new trigger. - [Configure Honeycomb](https://docs.honeycomb.io/configure.md): Set up and manage your Honeycomb Teams, Environments, and Datasets. - [Manage Dataset Calculated Fields](https://docs.honeycomb.io/configure/datasets/calculated-fields.md): Create, update, and delete calculated fields scoped to a specific dataset to simplify queries and apply consi… - [Define Dataset Fields](https://docs.honeycomb.io/configure/datasets/definitions.md): Designate which fields in your dataset have special meaning in Honeycomb, including trace IDs, durations, and… - [Manage Datasets](https://docs.honeycomb.io/configure/datasets/manage.md): Create, delete, and update Honeycomb Datasets, which group related events into queryable collections organize… - [Manage Dataset Markers](https://docs.honeycomb.io/configure/datasets/manage-markers.md): Create, delete, and style markers scoped to a specific dataset to flag deployments, incidents, and feature fl… - [Manage Dataset Structure](https://docs.honeycomb.io/configure/datasets/structure.md): Adjust schema settings and field display options to control how incoming data is organized and presented with… - [Manage Environment Calculated Fields](https://docs.honeycomb.io/configure/environments/calculated-fields.md): Create, update, and delete calculated fields that apply across all datasets in an Environment, so you can sta… - [Manage Environments](https://docs.honeycomb.io/configure/environments/manage.md): Create, delete, and update Honeycomb Environments, which partition your data and organize your resources acro… - [Manage Environment API Keys](https://docs.honeycomb.io/configure/environments/manage-api-keys.md): Create and manage Ingest and Configuration API keys at the Environment level, and control which permissions e… - [Manage Environment Markers](https://docs.honeycomb.io/configure/environments/manage-markers.md): Create, delete, and style markers at the Environment level to flag deployments, incidents, and feature flag c… - [Configure Team Access](https://docs.honeycomb.io/configure/teams/configure-access.md): Let team members authenticate with SSO using Google, Okta SAML, or Microsoft Entra ID. - [Rotate Your SAML Certificate](https://docs.honeycomb.io/configure/teams/configure-access/saml-certificate-rotation.md): Update your Honeycomb SAML Service Provider certificate when Honeycomb releases a new one to keep SSO authent… - [Configure Access with Google SSO](https://docs.honeycomb.io/configure/teams/configure-access/sso-google.md): Require your Honeycomb Team to authenticate with Google SSO, or allow individual members to opt in to Google… - [Configure Access with Microsoft Entra ID/SAML SSO](https://docs.honeycomb.io/configure/teams/configure-access/sso-microsoft-entra-id-saml.md): Require your Honeycomb Team to authenticate via Microsoft Entra ID, formerly Azure Active Directory. - [Configure Access with Okta/SAML SSO](https://docs.honeycomb.io/configure/teams/configure-access/sso-okta-saml.md): Require your Honeycomb Team to authenticate via Okta or another SAML 2.0 identity provider. - [Customize Telemetry Schema](https://docs.honeycomb.io/configure/teams/customize-telemetry-schema.md): Define a custom telemetry schema so that MCP tools understand your team's telemetry data and give AI agents a… - [Investigate Team Activity](https://docs.honeycomb.io/configure/teams/investigate-activity.md): Use Honeycomb features with team activity logs to track configuration changes, audit resource access, and mon… - [Manage Teams](https://docs.honeycomb.io/configure/teams/manage.md): Create and manage Honeycomb Teams, which represent your organization, group users, grant data access, and bui… - [Manage Team API Keys](https://docs.honeycomb.io/configure/teams/manage-api-keys.md): Create and manage Team-level Management API keys to control API keys across all Environments in your Team and… - [Manage Team Behavior](https://docs.honeycomb.io/configure/teams/manage-behavior.md): Set your Team's default environment, enable or disable the Query Assistant, and manage which external URLs ap… - [Manage Team Members](https://docs.honeycomb.io/configure/teams/manage-members.md): Invite, remove, and update roles for members of your Honeycomb Team, and restrict who can join. - [Manage Team Notifications](https://docs.honeycomb.io/configure/teams/manage-notifications.md): Control which Team Owners receive usage notifications and configure integrations and webhooks to route Honeyc… - [Manage Team Permissions](https://docs.honeycomb.io/configure/teams/manage-permissions.md): Apply roles and permissions to Honeycomb Team members to control access to datasets, environments, and admini… - [Monitor Team Use](https://docs.honeycomb.io/configure/teams/monitor-use.md): Track your Team's event volume and throughput trends, and access enhanced usage reporting to monitor costs an… - [Change Pricing Plan](https://docs.honeycomb.io/configure/teams/pricing-plan.md): Upgrade, downgrade, or switch your Honeycomb pricing plan at any time to match your team's event volume and f… - [Get Started: Overview](https://docs.honeycomb.io/get-started.md): Instrument your app, send telemetry to Honeycomb, and start debugging with high-cardinality observability. Ch… - [Best Practices](https://docs.honeycomb.io/get-started/best-practices.md): Get Honeycomb's recommendations for organizing data, managing API keys, writing effective alerts, working wit… - [Best Practices for Alerts](https://docs.honeycomb.io/get-started/best-practices/alerts.md): Get Honeycomb's recommendations for writing effective alerts: how to name and describe triggers, set threshol… - [Best Practices for API Keys](https://docs.honeycomb.io/get-started/best-practices/api-keys.md): Get Honeycomb's recommendations for API key management: when to use Ingest, Management, and Configuration key… - [Observability and Working with Micro Frontends](https://docs.honeycomb.io/get-started/best-practices/micro-frontends.md): Get Honeycomb's recommendations for adding observability to micro frontend applications with Honeycomb. Find… - [Best Practices for Organizing Data](https://docs.honeycomb.io/get-started/best-practices/organizing-data.md): Get Honeycomb's recommendations for organizing your data into datasets and environments, including naming con… - [Best Practices for Querying using Relational Fields](https://docs.honeycomb.io/get-started/best-practices/relational-fields.md): Get Honeycomb's recommendations for querying with relational fields, including how to handle warnings and get… - [Best Practices for Service Level Objectives (SLOs)](https://docs.honeycomb.io/get-started/best-practices/slos.md): Get Honeycomb's recommendations for SLOs: when to use them across datasets, how to set meaningful targets, an… - [Core Analysis Loop](https://docs.honeycomb.io/get-started/honeycomb/core-analysis-loop.md): Cycle through your telemetry dimensions, form hypotheses, and validate them with data. Learn how to debug any… - [Honeycomb Intelligence](https://docs.honeycomb.io/get-started/honeycomb/honeycomb-intelligence.md): AI-powered features that surface insights from your telemetry so you can investigate faster and resolve incid… - [Introduction to Honeycomb](https://docs.honeycomb.io/get-started/honeycomb/introduction.md): Learn what Honeycomb is, what problem it solves, and how its core concepts fit together. - [Keyboard Shortcuts](https://docs.honeycomb.io/get-started/honeycomb/keyboard-shortcuts.md): Keyboard shortcuts available in the Honeycomb UI, organized by context. Shortcut availability changes based o… - [Log in with SAML SSO](https://docs.honeycomb.io/get-started/honeycomb/log-in-with-saml-sso.md): Log in to a Honeycomb Team configured for SAML SSO, whether you are a new user or an existing user switching… - [Logs in Honeycomb](https://docs.honeycomb.io/get-started/honeycomb/logs-in-honeycomb.md): Learn how Honeycomb handles log data, how to get the most out of structured and unstructured logs, and how lo… - [Metrics in Honeycomb](https://docs.honeycomb.io/get-started/honeycomb/metrics-in-honeycomb.md): Learn how Honeycomb handles metrics data, how metrics relate to traces and logs, and when to use metrics in y… - [Honeycomb Private Cloud](https://docs.honeycomb.io/get-started/honeycomb/private-cloud.md): Run the full Honeycomb observability platform in your own infrastructure for enhanced data governance, regula… - [Honeycomb Private Cloud Architecture](https://docs.honeycomb.io/get-started/honeycomb/private-cloud/architecture.md): Find out how Honeycomb Private Cloud is architected, including AWS services used, infrastructure components,… - [Honeycomb Private Cloud Deployment Models](https://docs.honeycomb.io/get-started/honeycomb/private-cloud/deployment-models.md): Choose between Honeycomb-managed and self-managed Private Cloud deployments based on your team's operational… - [Honeycomb Private Cloud Tenancy Options](https://docs.honeycomb.io/get-started/honeycomb/private-cloud/tenancy-options.md): Configure Honeycomb Private Cloud as single-tenant for maximum isolation or multi-tenant for organizational s… - [Honeycomb Resource Structure](https://docs.honeycomb.io/get-started/honeycomb/resource-structure.md): Understand the organizational structure of Honeycomb: teams, environments, datasets, and events. - [Traces, Metrics, and Logs](https://docs.honeycomb.io/get-started/honeycomb/traces-metrics-logs.md): Understand the telemetry signals Honeycomb supports, how each one works, and how they fit together. - [Manage Costs](https://docs.honeycomb.io/get-started/manage-costs.md): Predict and control your Honeycomb costs. Find out how usage is measured, how overages are handled, and how t… - [How Honeycomb Calculates Usage](https://docs.honeycomb.io/get-started/manage-costs/how-honeycomb-calculates-usage.md): Track how Honeycomb measures your usage in events per month and metrics data points, how Honeycomb predicts a… - [Observability Concepts](https://docs.honeycomb.io/get-started/observability/concepts.md): Build a foundation in the concepts of modern observability. - [Distributed Tracing](https://docs.honeycomb.io/get-started/observability/concepts/distributed-tracing.md): Trace requests across every service in your distributed system. Find out how distributed tracing ties togethe… - [eBPF](https://docs.honeycomb.io/get-started/observability/concepts/ebpf.md): Extend the Linux kernel to collect observability, security, and networking data without changing kernel sourc… - [High Cardinality](https://docs.honeycomb.io/get-started/observability/concepts/high-cardinality.md): Discover why high-cardinality, high-dimensionality data lets you isolate problems that low-cardinality tools… - [Instrumentation](https://docs.honeycomb.io/get-started/observability/concepts/instrumentation.md): Send wide, structured telemetry to Honeycomb. Find out what makes a good event and how to structure your data… - [What is OpenTelemetry?](https://docs.honeycomb.io/get-started/observability/concepts/opentelemetry.md): Learn what OpenTelemetry is, why Honeycomb uses it as the standard for instrumentation, and how it relates to… - [Services](https://docs.honeycomb.io/get-started/observability/concepts/services.md): Find out how Honeycomb organizes telemetry data around services, how services are created from the data you s… - [Introduction to Observability](https://docs.honeycomb.io/get-started/observability/introduction.md): Ask new questions about your distributed system without knowing the answer in advance. Find out what observab… - [Get Started with Honeycomb for Applications](https://docs.honeycomb.io/get-started/start-building/application.md): Send unstructured logs, structured logs, or traces to Honeycomb and start analyzing your application's perfor… - [Get Started with Honeycomb for Android](https://docs.honeycomb.io/get-started/start-building/application/android.md): Instrument your Android application with the Honeycomb OpenTelemetry Android SDK, send telemetry to Honeycomb… - [Get Started with Honeycomb for iOS](https://docs.honeycomb.io/get-started/start-building/application/ios.md): Instrument your iOS application with the Honeycomb OpenTelemetry Swift SDK, send telemetry to Honeycomb, and… - [Get Started with Honeycomb for React Native](https://docs.honeycomb.io/get-started/start-building/application/react-native.md): Instrument your React Native application with the Honeycomb OpenTelemetry React Native SDK, send telemetry to… - [Get Started with Structured Logs](https://docs.honeycomb.io/get-started/start-building/application/structured-events.md): Send structured logs and events to Honeycomb and start querying with high cardinality. Find out how Honeycomb… - [Get Started with Traces and Wide Events](https://docs.honeycomb.io/get-started/start-building/application/traces.md): Add instrumentation to your application, send traces and wide events to Honeycomb, and start analyzing perfor… - [Get Started with Unstructured Logs](https://docs.honeycomb.io/get-started/start-building/application/unstructured-events.md): Send unstructured logs to Honeycomb and start querying them with high cardinality. Find out how Honeycomb par… - [Get Started with Honeycomb for Web](https://docs.honeycomb.io/get-started/start-building/application/web.md): Instrument your web application with the Honeycomb Web Instrumentation package, built on OpenTelemetry, and g… - [Example Applications](https://docs.honeycomb.io/get-started/start-building/example-applications.md): Try pre-instrumented example applications to get hands-on with Honeycomb tracing before adding instrumentatio… - [Get Started with Honeycomb for Kubernetes](https://docs.honeycomb.io/get-started/start-building/kubernetes.md): Add observability to your Kubernetes cluster and send telemetry to Honeycomb using OpenTelemetry, the Collect… - [Sandbox](https://docs.honeycomb.io/get-started/start-building/sandbox.md): Try Honeycomb without sending your own data. The Sandbox gives you a pre-loaded environment to run queries an… - [Supported Integrations](https://docs.honeycomb.io/integrations.md): Connect Honeycomb to your existing infrastructure and tooling. Find integrations for AWS, HashiCorp, Promethe… - [Agent Skills for AI Coding Assistants](https://docs.honeycomb.io/integrations/agent-skills.md): Give your AI coding assistants deep knowledge of observability, OpenTelemetry instrumentation, production deb… - [Connect to Honeycomb with AWS PrivateLink](https://docs.honeycomb.io/integrations/aws-privatelink.md): Send telemetry to Honeycomb over a private AWS network connection without exposing traffic to the public inte… - [Generate Traces from Build Pipelines](https://docs.honeycomb.io/integrations/build-pipelines.md): Generate distributed traces from your CI/CD build pipelines using Honeycomb's Buildevents tool and analyze bu… - [Community Contributions](https://docs.honeycomb.io/integrations/community-contributions.md) - [Configure the Embrace Integration](https://docs.honeycomb.io/integrations/embrace/configure.md): Configure the Honeycomb and Embrace integration to forward mobile and web network spans to Honeycomb. - [Connect Honeycomb and Embrace](https://docs.honeycomb.io/integrations/embrace/overview.md): Connect Honeycomb and Embrace to correlate backend traces with mobile and web user sessions. - [Diagnose Mobile ANRs and Hangs](https://docs.honeycomb.io/integrations/embrace/use-cases/diagnose-mobile-anrs.md): Use Embrace and Honeycomb together to move from a mobile ANR alert to the exact backend span responsible, wit… - [Investigate Backend Latency](https://docs.honeycomb.io/integrations/embrace/use-cases/investigate-backend-latency.md): Use Honeycomb and Embrace together to move from a backend latency trigger to confirmed user impact in a singl… - [Investigate with Embrace and Honeycomb MCP](https://docs.honeycomb.io/integrations/embrace/use-cases/investigate-with-mcp.md): Use the Embrace and Honeycomb MCP servers together to run end-to-end observability investigations from your A… - [Gate Deployments with GitHub Actions Deployment Protection Rules](https://docs.honeycomb.io/integrations/github-deployment-protection-rules.md): Use Honeycomb query data to automatically gate deployments in GitHub Actions workflows, promoting or blocking… - [Provision and Manage Resources with HashiCorp Terraform](https://docs.honeycomb.io/integrations/hashicorp-terraform.md): Use the Honeycomb Terraform provider to programmatically create and manage datasets, triggers, SLOs, boards,… - [Full Integrations Directory](https://docs.honeycomb.io/integrations/honeycomb-integrations-directory.md) - [Stream Logs from Fastly](https://docs.honeycomb.io/integrations/logs/fastly.md): Stream logs from your Fastly CDN to Honeycomb using Fastly's log streaming feature for deeper visibility into… - [Forward Fluentd Data](https://docs.honeycomb.io/integrations/logs/fluentd.md): Forward structured logs from Fluentd to Honeycomb using Fluentd's out_http plugin or the OpenTelemetry Collec… - [Filter and Send Logstash Data](https://docs.honeycomb.io/integrations/logs/logstash.md): Fork your Logstash pipeline to send a copy of all log traffic to Honeycomb using Logstash's flexible plugin a… - [Honeycomb Model Context Protocol (MCP)](https://docs.honeycomb.io/integrations/mcp.md): Connect AI agents to your Honeycomb observability data using the Honeycomb MCP server, an implementation of t… - [Core Concepts of Honeycomb MCP](https://docs.honeycomb.io/integrations/mcp/concepts.md): Find out what Model Context Protocol is, how it works, and how Honeycomb MCP uses it to let AI agents query a… - [Connecting AI Agents to Honeycomb MCP](https://docs.honeycomb.io/integrations/mcp/configuration-guide.md): Connect your AI agent to the Honeycomb MCP Server using OAuth or API key authentication, with step-by-step se… - [Honeycomb MCP Tools Reference](https://docs.honeycomb.io/integrations/mcp/tools.md): Reference for the tools Honeycomb MCP exposes to AI agents, including discovery, query, trace, Board, Trigger… - [Troubleshooting Honeycomb MCP](https://docs.honeycomb.io/integrations/mcp/troubleshooting.md): Resolve common configuration errors with the Honeycomb MCP Server and verify that your AI agent is connected… - [Honeycomb MCP Use Cases](https://docs.honeycomb.io/integrations/mcp/use-cases.md): Review real-world examples and strategies for using AI agents to query Honeycomb data via MCP. - [Send Metrics from AWS CloudWatch](https://docs.honeycomb.io/integrations/metrics/aws-cloudwatch.md): Stream AWS CloudWatch metrics to Honeycomb using Kinesis Data Firehose to get real-time visibility into your… - [Send Metrics from HashiCorp Consul](https://docs.honeycomb.io/integrations/metrics/hashicorp-consul.md): Configure HashiCorp Consul to export metrics to the OpenTelemetry Collector and send them to Honeycomb for vi… - [Send Metrics from HashiCorp Nomad](https://docs.honeycomb.io/integrations/metrics/hashicorp-nomad.md): Configure HashiCorp Nomad to export metrics to the OpenTelemetry Collector and send them to Honeycomb for vis… - [Send Metrics from HashiCorp Vault](https://docs.honeycomb.io/integrations/metrics/hashicorp-vault.md): Configure HashiCorp Vault to export metrics to the OpenTelemetry Collector and send them to Honeycomb for vis… - [Send Metrics from Prometheus Clients](https://docs.honeycomb.io/integrations/metrics/prometheus.md): Scrape metrics from your Prometheus client endpoints using the OpenTelemetry Collector and send them to a Hon… - [Send Data from Service Meshes and API Gateways](https://docs.honeycomb.io/integrations/traces/service-meshes-api-gateways.md): Collect tracing data from service meshes and API gateways in your production infrastructure and send it to Ho… - [Investigate: Overview](https://docs.honeycomb.io/investigate.md): Build queries, identify outliers, correlate changes to incidents, and collaborate with your team. Everything… - [Correlations](https://docs.honeycomb.io/investigate/analyze/correlate.md): Compare query results alongside Board data in a single view to correlate application behavior with infrastruc… - [Explore Events](https://docs.honeycomb.io/investigate/analyze/explore-events.md): Drill into the raw events behind any query result to inspect individual spans or log messages and trace a pro… - [Explore Traces](https://docs.honeycomb.io/investigate/analyze/explore-traces.md): Inspect the full context of a trace, span by span, to find exactly where latency, errors, or unexpected behav… - [Identify Outliers](https://docs.honeycomb.io/investigate/analyze/identify-outliers.md): Use BubbleUp to highlight unusual events in your data, isolate the dimensions that explain them, and rapidly… - [Visualize Events Over Time](https://docs.honeycomb.io/investigate/analyze/visualize-events.md): Use heatmaps to plot the statistical distribution of a field's values over time and spot patterns, outliers,… - [Ask Questions with Canvas](https://docs.honeycomb.io/investigate/canvas.md): Query and investigate your telemetry in a collaborative, AI-powered workspace. - [Investigating Alerts with Canvas](https://docs.honeycomb.io/investigate/canvas/alert-investigation.md): Jump from a firing Trigger or SLO burn alert directly into an AI-powered Canvas investigation that automatica… - [Automatic SLO, Trigger, and Anomaly Investigations with Canvas](https://docs.honeycomb.io/investigate/canvas/auto-investigate.md): Automatically start a Canvas investigation when anomalies are detected, trigger alerts fire, or SLO burn aler… - [Canvas Keyboard Shortcuts](https://docs.honeycomb.io/investigate/canvas/keyboard-shortcuts.md): Keyboard shortcuts available in Honeycomb Canvas. - [Canvas Skills](https://docs.honeycomb.io/investigate/canvas/skills.md): Extend what Canvas can do or what Canvas knows with skills. - [Ask Canvas in Slack](https://docs.honeycomb.io/investigate/canvas/slack-app.md): Ask Canvas questions and receive AI-powered investigations directly in Slack. - [Explore Team Query History](https://docs.honeycomb.io/investigate/collaborate/explore-team-query-history.md): Search every query your team has run in Honeycomb to reuse effective queries, find out how a teammate debugge… - [Share a Query](https://docs.honeycomb.io/investigate/collaborate/share-query.md): Create parameterized query template links to share queries with your team or connect them to runbooks, dashbo… - [Share a Trace](https://docs.honeycomb.io/investigate/collaborate/share-trace.md): Create direct links to any trace in Honeycomb and open them from error trackers, alert systems, or incident r… - [Investigate Application Data in Honeycomb](https://docs.honeycomb.io/investigate/debug/application-data-in-honeycomb.md): Analyze application telemetry in Honeycomb to monitor overall health, spot anomalies, and troubleshoot perfor… - [Investigate AWS Data in Honeycomb](https://docs.honeycomb.io/investigate/debug/aws-data-in-honeycomb.md): Analyze AWS logs and metrics in Honeycomb to monitor system health, orient on key fields, and troubleshoot in… - [Investigate Kubernetes Data in Honeycomb](https://docs.honeycomb.io/investigate/debug/kubernetes-data-in-honeycomb.md): Analyze Kubernetes telemetry in Honeycomb to trace application issues to infrastructure causes and pinpoint w… - [Investigate Log Data in Honeycomb](https://docs.honeycomb.io/investigate/debug/log-data-in-honeycomb.md): Analyze log data in Honeycomb to monitor system health, query structured and unstructured logs with high card… - [Agent Timeline](https://docs.honeycomb.io/investigate/observe/agent-timeline.md): Monitor conversations, LLM calls, tool invocations, errors, and token usage in your agent workflows. - [Android Launchpad](https://docs.honeycomb.io/investigate/observe/android-launchpad.md): Monitor and investigate native Android application performance with pre-populated charts and tables tailored… - [What is a Board?](https://docs.honeycomb.io/investigate/observe/boards.md): Learn how Boards work as centralized workspaces to organize queries, monitor SLOs, collaborate with teammates… - [Get Started with Boards](https://docs.honeycomb.io/investigate/observe/boards/create.md): Create Boards, add queries and SLOs, interact with panels, and share your work with teammates. - [Manage Boards](https://docs.honeycomb.io/investigate/observe/boards/manage.md): Organize panels, control access, and configure display options on your Honeycomb Boards to create consistent… - [Use Board Templates](https://docs.honeycomb.io/investigate/observe/boards/templates.md): Start with a pre-configured Board that includes ready-made queries and visualizations for your data, then cus… - [Frontend Errors](https://docs.honeycomb.io/investigate/observe/frontend-errors.md): Identify and analyze errors in your frontend applications without writing queries using the Errors view in yo… - [View General Health](https://docs.honeycomb.io/investigate/observe/honeycomb-home.md): Get a snapshot of your dataset in Honeycomb Home: commonly-used queries, recent traces and events, and key vi… - [iOS Launchpad](https://docs.honeycomb.io/investigate/observe/ios-launchpad.md): Monitor and investigate native iOS application performance with pre-populated charts and tables tailored to m… - [React Native Launchpad](https://docs.honeycomb.io/investigate/observe/react-native-launchpad.md): Monitor and investigate React Native application performance with pre-populated charts and tables tailored to… - [Visualize Data Flow](https://docs.honeycomb.io/investigate/observe/service-map.md): Map traffic flow across your services, spot dependencies, and drill into individual service relationships wit… - [Web Launchpad](https://docs.honeycomb.io/investigate/observe/web-launchpad.md): Monitor and investigate frontend web application performance with pre-populated charts and tables tailored to… - [Applying Temporal Aggregation Functions](https://docs.honeycomb.io/investigate/query/apply-temporal-aggregation.md): Apply temporal aggregation functions to your metrics queries and customize how Honeycomb aligns raw data into… - [Query with Archive](https://docs.honeycomb.io/investigate/query/archive.md): Query rehydrated, unsampled OpenTelemetry trace and log data from your Amazon S3 archive when sampled or expi… - [Build a Query](https://docs.honeycomb.io/investigate/query/build.md): Construct queries against your telemetry data using Query Builder. Add filters, breakdowns, and calculations… - [Use Calculated Fields](https://docs.honeycomb.io/investigate/query/build/calculated-fields.md): Create new fields by applying functions and logic to existing data. Calculated fields let you standardize met… - [Query with Natural Language](https://docs.honeycomb.io/investigate/query/build/query-assistant.md): Use natural language to generate Honeycomb queries using Query Assistant. - [Visualize Concurrency](https://docs.honeycomb.io/investigate/query/build/visualize-concurrency.md): Use the CONCURRENCY aggregate to chart how many spans are running at any given moment and spot resource conte… - [Visualize Rate](https://docs.honeycomb.io/investigate/query/build/visualize-rate.md): Use RATE_MAX, RATE_AVG, and RATE_SUM aggregates to graph how a field changes over time and spot trends or ano… - [Customize Results](https://docs.honeycomb.io/investigate/query/customize-results.md): Adjust graph display, annotate query results with markers to flag deployments or incidents, and download your… - [Manage Markers with CLI](https://docs.honeycomb.io/investigate/query/customize-results/marker-cli-reference.md): Add, update, and delete Honeycomb markers from the command line using curl or Honeymarker, Honeycomb's lightw… - [Examples: Query for Metrics](https://docs.honeycomb.io/investigate/query/examples-metrics.md): Copy and adapt example metrics queries to analyze the performance and behavior of your application using Hone… - [Examples: Query for Traces](https://docs.honeycomb.io/investigate/query/examples-traces.md): Copy and adapt example trace queries to analyze the performance and behavior of your application using Honeyc… - [Query Math](https://docs.honeycomb.io/investigate/query/math.md): Build queries from multiple statements, perform math between them, and visualize the final result. - [Temporal Aggregation Concepts](https://docs.honeycomb.io/investigate/query/temporal-aggregation.md): Find out how Honeycomb uses temporal aggregation to align raw metric data into consistent time steps for accu… - [Metrics-to-Event Mapping](https://docs.honeycomb.io/manage-data-volume/adjust-granularity/metrics-event-mapping.md): Find out how Honeycomb converts incoming metrics data points into events, including how data points are combi… - [Manage Metrics Events](https://docs.honeycomb.io/manage-data-volume/adjust-granularity/metrics-events.md): Control how many events your metrics data generates in Honeycomb by adjusting capture intervals, label counts… - [Filter Processor for OpenTelemetry Collector](https://docs.honeycomb.io/manage-data-volume/filter/filter-processor.md): Filter spans, metrics, and logs based on conditions before they reach Honeycomb using the OpenTelemetry Colle… - [Sampling](https://docs.honeycomb.io/manage-data-volume/sample.md): Choose the right sampling strategy for your telemetry data. Compare head sampling and tail sampling and find… - [When to Sample](https://docs.honeycomb.io/manage-data-volume/sample/guidelines.md): Get Honeycomb's recommendations for when sampling makes sense, why it reduces costs without sacrificing insig… - [Honeycomb Refinery](https://docs.honeycomb.io/manage-data-volume/sample/honeycomb-refinery.md): Deploy and operate Refinery, Honeycomb's trace-aware, tail-based sampling proxy. Set up your cluster, define… - [Configure Honeycomb Refinery](https://docs.honeycomb.io/manage-data-volume/sample/honeycomb-refinery/configure.md): Customize your Refinery configuration with general settings, peer management, and storage options beyond the… - [Monitor Honeycomb Refinery](https://docs.honeycomb.io/manage-data-volume/sample/honeycomb-refinery/monitor.md): Use Refinery's built-in metrics to monitor cluster health, identify performance bottlenecks, and decide when… - [Specify Sampling Methods in Honeycomb Refinery](https://docs.honeycomb.io/manage-data-volume/sample/honeycomb-refinery/sampling-methods.md): Define how Refinery samples your traces. Learn how to combine multiple sampling methods for more precise cont… - [Scale and Size Honeycomb Refinery](https://docs.honeycomb.io/manage-data-volume/sample/honeycomb-refinery/scale-size.md): Size and scale your Refinery cluster using Honeycomb's recommended configuration options and the Refinery Ope… - [Set Up Honeycomb Refinery](https://docs.honeycomb.io/manage-data-volume/sample/honeycomb-refinery/set-up.md): Install and configure Refinery for the first time, connect it to your data pipeline, and prepare it to start… - [Sampled Data in Honeycomb](https://docs.honeycomb.io/manage-data-volume/sample/sampled-data-in-honeycomb.md): Find out how Honeycomb adjusts query results to account for sample rate and what to keep in mind when working… - [Notify & Alert: Overview](https://docs.honeycomb.io/notify.md): Set up Triggers and SLOs to alert your team when conditions are met, and route notifications to Slack, PagerD… - [Send Alerts to Microsoft Teams](https://docs.honeycomb.io/notify/microsoft-teams.md): Route Honeycomb Trigger and SLO burn alerts to a Microsoft Teams channel to notify your team when data crosse… - [Send Alerts to PagerDuty](https://docs.honeycomb.io/notify/pagerduty.md): Route Honeycomb Trigger and SLO burn alerts to PagerDuty to notify on-call responders when your data crosses… - [Send Alerts to Slack](https://docs.honeycomb.io/notify/slack.md): Route Honeycomb Trigger and SLO burn alerts to a Slack channel using the official Honeycomb app for Slack. - [What is an SLO?](https://docs.honeycomb.io/notify/slos.md): Define reliability targets for your services, track error budgets, and get burn alerts when you are at risk o… - [Create a Service Level Objective (SLO)](https://docs.honeycomb.io/notify/slos/create.md): Define an SLO for a Honeycomb dataset by setting a target reliability percentage, a time window, and a Servic… - [Create a Service Level Indicator (SLI)](https://docs.honeycomb.io/notify/slos/create/sli.md): Define the SLI query that your SLO uses to measure success, specifying the conditions that determine whether… - [Service Level Indicator (SLI) Formulas](https://docs.honeycomb.io/notify/slos/create/sli-formulas.md): Copy and adapt example SLI formulas to define good and bad request criteria for common reliability scenarios… - [Historical Health of Service Level Objectives (SLOs)](https://docs.honeycomb.io/notify/slos/historical-health.md): Review a time-based report of each SLO's reliability performance to identify patterns, recurring budget burns… - [Monitor Service Level Objectives (SLOs)](https://docs.honeycomb.io/notify/slos/monitor.md): Configure burn alerts to notify your team when SLO budget consumption accelerates beyond safe thresholds, and… - [Report on Service Level Objectives (SLOs)](https://docs.honeycomb.io/notify/slos/report.md): Pull SLO status data into external dashboards and reports using Honeycomb's SLO reporting API. - [What is a Trigger?](https://docs.honeycomb.io/notify/triggers.md): Get real-time alerts when your data crosses defined thresholds. Use Triggers to detect issues, monitor system… - [Create a Trigger](https://docs.honeycomb.io/notify/triggers/create.md): Define a query, set a threshold, assign recipients, and activate a Trigger in Honeycomb to start receiving al… - [Trigger Examples](https://docs.honeycomb.io/notify/triggers/examples.md): Copy and adapt example Trigger configurations to start alerting on latency spikes, error rates, cost threshol… - [Metrics-based Triggers](https://docs.honeycomb.io/notify/triggers/metrics.md): Monitor key metrics and get alerts based on custom threshold conditions and temporal aggregation functions. - [Modify Triggers](https://docs.honeycomb.io/notify/triggers/modify.md): Edit trigger queries, thresholds, and recipients, or delete Triggers you no longer need using the Honeycomb U… - [Send Alerts to Webhooks](https://docs.honeycomb.io/notify/webhooks.md): Route Honeycomb Trigger and SLO burn alerts to any service that accepts a JSON payload, including third-party… - [Examples: Webhook Templates](https://docs.honeycomb.io/notify/webhooks/example-templates.md): Copy and adapt example webhook payload templates for Discord, OpsGenie, and incident.io to customize how Hone… - [Custom Webhook Functions](https://docs.honeycomb.io/notify/webhooks/functions.md): Transform JSON template data in your Honeycomb webhook payloads using Go template functions to format, filter… - [Custom Webhook Variables](https://docs.honeycomb.io/notify/webhooks/variables.md): Customize Honeycomb webhook payloads with dynamic variables that populate alert context for precise, actionab… - [Reference: Calculated Field Expression](https://docs.honeycomb.io/reference/calculated-field-expression.md): Reference for calculated field syntax, operators, and functions, with example formulas to use as inspiration… - [Type Conversion in Calculated Fields](https://docs.honeycomb.io/reference/calculated-field-expression/cast.md): Type conversion functions available for calculated field formulas in Honeycomb, including INT, FLOAT, STR, an… - [Comparison Functions in Calculated Fields](https://docs.honeycomb.io/reference/calculated-field-expression/comparison.md): Comparison functions available for calculated field formulas in Honeycomb, including LT, GT, LTE, GTE, EQ, an… - [Conditional Functions in Calculated Fields](https://docs.honeycomb.io/reference/calculated-field-expression/conditional.md): Conditional functions available for calculated field formulas in Honeycomb, including IF, ELSE, and related b… - [Calculated Field Example Formulas](https://docs.honeycomb.io/reference/calculated-field-expression/example-formulas.md): Example calculated field formulas covering common use cases in Honeycomb, to use as a starting point when bui… - [Logical Functions in Calculated Fields](https://docs.honeycomb.io/reference/calculated-field-expression/logical.md): Logical and boolean functions available for calculated field formulas in Honeycomb, including AND, OR, NOT, a… - [Math Functions in Calculated Fields](https://docs.honeycomb.io/reference/calculated-field-expression/math.md): Math functions available for calculated field formulas in Honeycomb, including SUM, AVG, CEIL, FLOOR, and ari… - [String Functions in Calculated Fields](https://docs.honeycomb.io/reference/calculated-field-expression/string.md): String functions available for calculated field formulas in Honeycomb, including CONCAT, LOWERCASE, LENGTH, M… - [Calculated Field Syntax](https://docs.honeycomb.io/reference/calculated-field-expression/syntax.md): Syntax rules, operators, and supported value types for calculated field formulas in Honeycomb Datasets and En… - [Time Functions in Calculated Fields](https://docs.honeycomb.io/reference/calculated-field-expression/time.md): Time functions available for calculated field formulas in Honeycomb, including UNIX_TIMESTAMP, DATE_STRING, a… - [Calculated Field Reference](https://docs.honeycomb.io/reference/calculated-field-reference.md) - [UI Reference](https://docs.honeycomb.io/reference/honeycomb-ui.md): A screen-by-screen reference for the Honeycomb UI, organized to match the left navigation menu. Find details… - [Account](https://docs.honeycomb.io/reference/honeycomb-ui/account.md): Reference for the Account section in the Honeycomb UI, covering both personal settings and settings for team-… - [Team Settings](https://docs.honeycomb.io/reference/honeycomb-ui/account/team-settings.md): Reference for the Team Settings page in the Honeycomb UI, covering team name, API keys, SSO, Query Assistant,… - [Boards](https://docs.honeycomb.io/reference/honeycomb-ui/boards.md): Reference for the Boards section of the Honeycomb UI, including Board Listing, Board Detail, Board Templates,… - [Board Detail](https://docs.honeycomb.io/reference/honeycomb-ui/boards/board-detail.md): Reference for the Board Detail page in the Honeycomb UI, which shows a single Board's queries, SLOs, and opti… - [Board Listing](https://docs.honeycomb.io/reference/honeycomb-ui/boards/board-listing.md): Reference for the Board Listing page in the Honeycomb UI, which shows all accessible Boards with key details… - [Board Template Detail](https://docs.honeycomb.io/reference/honeycomb-ui/boards/board-template-detail.md): Reference for the Board Template Detail page in the Honeycomb UI, which provides a focused view of a single B… - [Board Template Listing](https://docs.honeycomb.io/reference/honeycomb-ui/boards/board-template-listing.md): Reference for the Board Template Listing page in the Honeycomb UI, which shows all accessible Board Templates… - [Environment](https://docs.honeycomb.io/reference/honeycomb-ui/environment.md): Reference for the Environment menu in the Honeycomb UI, including how to switch environments and access envir… - [Environment Settings](https://docs.honeycomb.io/reference/honeycomb-ui/environment/environment-settings.md): Reference for the Environment Settings page in the Honeycomb UI, covering the Overview, API Keys, and Markers… - [Manage Environment](https://docs.honeycomb.io/reference/honeycomb-ui/environment/manage-environments.md): Reference for the Manage Environment page in the Honeycomb UI, where you can create, edit, and delete environ… - [History](https://docs.honeycomb.io/reference/honeycomb-ui/history.md): Reference for the Honeycomb History page, which shows Recent Queries, Recent Boards, and your team's full que… - [Home UI](https://docs.honeycomb.io/reference/honeycomb-ui/home.md): Reference for the Honeycomb Home page, including the Traces, Logs, and Explore Data views and how each displa… - [Manage Data](https://docs.honeycomb.io/reference/honeycomb-ui/manage-data.md): Reference for the Manage Data menu in the Honeycomb UI, which provides access to Datasets, Environments, and… - [Datasets](https://docs.honeycomb.io/reference/honeycomb-ui/manage-data/datasets.md): Reference for the Datasets page in the Honeycomb UI, which lists datasets in the current environment. - [Dataset Settings](https://docs.honeycomb.io/reference/honeycomb-ui/manage-data/datasets/dataset-settings.md): Reference for the Dataset Settings page in the Honeycomb UI, covering the Overview, Schema, Definitions, Mark… - [Manage Environments](https://docs.honeycomb.io/reference/honeycomb-ui/manage-data/environments.md): Reference for the Manage Environments page in the Honeycomb UI, where you can create and manage environments… - [Send Data](https://docs.honeycomb.io/reference/honeycomb-ui/manage-data/send-data.md): Reference for the Send Data page in the Honeycomb UI, which displays OpenTelemetry auto-instrumentation setup… - [Query](https://docs.honeycomb.io/reference/honeycomb-ui/query.md): Reference for the Honeycomb Query page, including Query Builder, Query Assistant, and how results are display… - [Query Results](https://docs.honeycomb.io/reference/honeycomb-ui/query/query-results.md): Reference for the Query Results panel in Honeycomb, including the Overview, BubbleUp, Correlations, Traces, a… - [Trace Waterfall](https://docs.honeycomb.io/reference/honeycomb-ui/query/trace-waterfall.md): Reference for the Trace Waterfall view in Honeycomb, covering trace identification, summary metadata, the wat… - [Service Map](https://docs.honeycomb.io/reference/honeycomb-ui/service-map.md): Reference for the Service Map page in the Honeycomb UI, covering the service count header, traffic flow visua… - [SLOs](https://docs.honeycomb.io/reference/honeycomb-ui/slos.md): Reference for the SLOs page in the Honeycomb UI, which lists your configured SLOs and their current status. - [SLO Detail View](https://docs.honeycomb.io/reference/honeycomb-ui/slos/slo-detail-view.md): Reference for the SLO Detail View in the Honeycomb UI, showing SLO parameters, error budget status, and burn… - [Triggers](https://docs.honeycomb.io/reference/honeycomb-ui/triggers.md): Reference for the Triggers page in the Honeycomb UI, which lists your configured Triggers. - [Usage](https://docs.honeycomb.io/reference/honeycomb-ui/usage.md): Reference for the Usage page in the Honeycomb UI, which displays event throughput, warning and danger states,… - [Reference: Query Specification](https://docs.honeycomb.io/reference/query-specification.md): Define Honeycomb queries in JSON to use with the Query API, Boards API, Triggers API, and query template link… - [Query Specification Reference](https://docs.honeycomb.io/reference/query-specification-reference.md) - [Security & Compliance: Overview](https://docs.honeycomb.io/security-compliance.md): Find out how Honeycomb secures its infrastructure, protects your data, maintains compliance certifications, a… - [Honeycomb AI Policies](https://docs.honeycomb.io/security-compliance/ai-policies.md): Learn how Honeycomb approaches AI feature development, what data Honeycomb Intelligence features use, and how… - [Bug Bounty & Vulnerability Research Program](https://docs.honeycomb.io/security-compliance/bug-bounty-program.md): Report security vulnerabilities to Honeycomb through our bug bounty program. - [Compliance & Data Privacy](https://docs.honeycomb.io/security-compliance/compliance-data-privacy.md): Find out which compliance frameworks and certifications Honeycomb maintains, how your data stays private, and… - [Security & Data Protection](https://docs.honeycomb.io/security-compliance/security-data-protection.md): Find out how Honeycomb encrypts data at rest and in transit, manages access controls, handles deletions, and… - [Send Data to Honeycomb: Overview](https://docs.honeycomb.io/send-data.md): Instrument your applications or infrastructure and send telemetry to Honeycomb. Start with OpenTelemetry or c… - [Send Android Data to Honeycomb](https://docs.honeycomb.io/send-data/android.md): Instrument your Android application with the Honeycomb OpenTelemetry Android SDK and send telemetry to Honeyc… - [Attributes in the Honeycomb OpenTelemetry Android SDK](https://docs.honeycomb.io/send-data/android/attributes.md): Reference the standard attributes the Honeycomb OpenTelemetry Android SDK automatically adds to spans, coveri… - [Symbolicate Android Stack Traces with the OpenTelemetry Collector](https://docs.honeycomb.io/send-data/android/symbolicate.md): Use the Proguard processor in the OpenTelemetry Collector to replace obfuscated names in Android stack traces… - [Send Data from Amazon Web Services (AWS)](https://docs.honeycomb.io/send-data/aws.md): Collect telemetry from AWS workloads, including Lambda, ECS, and other services, and send it to Honeycomb for… - [Send Data from AWS via AWS CloudFormation](https://docs.honeycomb.io/send-data/aws/aws-cloudformation.md): Set up Honeycomb's AWS integrations using AWS CloudFormation as your IaC method to provision the resources ne… - [Send Data from AWS via HashiCorp Terraform](https://docs.honeycomb.io/send-data/aws/hashicorp-terraform.md): Set up Honeycomb's AWS integrations using HashiCorp Terraform as your IaC method to provision the resources n… - [How Honeycomb's AWS Integrations Work](https://docs.honeycomb.io/send-data/aws/how-aws-integrations-work.md): Find out how Honeycomb's AWS integrations collect logs and metrics, which AWS services use which collection m… - [Send Data from AWS Lambda](https://docs.honeycomb.io/send-data/aws/lambda.md): Choose how to instrument your AWS Lambda functions and send telemetry to Honeycomb: the OpenTelemetry Lambda… - [Export Data with AWS Lambda + Honeycomb Lambda Extension](https://docs.honeycomb.io/send-data/aws/lambda/honeycomb-lambda-extension.md): Receive log messages from your Lambda function and send them to Honeycomb as events using the Honeycomb Lambd… - [Export Data with AWS Lambda Layer + OpenTelemetry](https://docs.honeycomb.io/send-data/aws/lambda/opentelemetry.md): Instrument your Lambda functions with the AWS-managed OpenTelemetry Lambda Layer and export trace data asynch… - [Collect Telemetry from Azure](https://docs.honeycomb.io/send-data/azure.md): Send Azure telemetry to Honeycomb using an OpenTelemetry Collector. - [Send Data with the OpenTelemetry .NET SDK](https://docs.honeycomb.io/send-data/dotnet.md): Instrument your .NET application with the OpenTelemetry .NET SDK and send traces, logs, and metrics to Honeyc… - [Collect Telemetry from Google Cloud Platform](https://docs.honeycomb.io/send-data/gcp.md): Send Google Cloud Platform telemetry to Honeycomb using an OpenTelemetry Collector. - [Send Data to Honeycomb with Go](https://docs.honeycomb.io/send-data/go.md): Explore available methods for sending telemetry from your Go application to Honeycomb. - [Send Logs with Libhoney for Go](https://docs.honeycomb.io/send-data/go/libhoney.md): Send structured events to Honeycomb from your Go application using Libhoney, Honeycomb's low-level structured… - [Send Data with the OpenTelemetry Go SDK](https://docs.honeycomb.io/send-data/go/opentelemetry-sdk.md): Instrument your Go application with the OpenTelemetry Go SDK and send traces and metrics to Honeycomb. - [Send iOS Data to Honeycomb with Swift](https://docs.honeycomb.io/send-data/ios.md): Instrument your iOS application with the Honeycomb OpenTelemetry Swift SDK and send telemetry to Honeycomb to… - [Attributes in the Honeycomb OpenTelemetry Swift SDK](https://docs.honeycomb.io/send-data/ios/attributes.md): Reference the standard attributes the Honeycomb OpenTelemetry Swift SDK automatically adds to spans. - [Symbolicate iOS Stack Traces with the OpenTelemetry Collector](https://docs.honeycomb.io/send-data/ios/symbolicate.md): Use the dSYM processor in the OpenTelemetry Collector to replace obfuscated names in iOS stack traces with re… - [Send Data to Honeycomb with Java](https://docs.honeycomb.io/send-data/java.md): Explore available methods for sending telemetry from your Java application to Honeycomb. - [Send Logs with Libhoney for Java](https://docs.honeycomb.io/send-data/java/libhoney.md): Send structured events to Honeycomb from your Java application using Libhoney, Honeycomb's low-level structur… - [Send Data with the OpenTelemetry Java Agent](https://docs.honeycomb.io/send-data/java/opentelemetry-agent.md): Instrument your Java application with the OpenTelemetry Java Agent and send traces, logs, and metrics to Hone… - [Instrument Frontend Web Applications with OpenTelemetry](https://docs.honeycomb.io/send-data/javascript-browser.md): Instrument your frontend web application with the Honeycomb OpenTelemetry Web SDK to capture Core Web Vitals… - [Symbolicate JavaScript Stack Traces with the OpenTelemetry Collector](https://docs.honeycomb.io/send-data/javascript-browser/symbolicate.md): Use the source map processor in the OpenTelemetry Collector to resolve minified JavaScript stack traces into… - [Send Data to Honeycomb with Node.js](https://docs.honeycomb.io/send-data/javascript-nodejs.md): Explore available methods for sending telemetry from your Node.js application to Honeycomb. - [Send Logs with Libhoney for JavaScript](https://docs.honeycomb.io/send-data/javascript-nodejs/libhoney.md): Send structured events to Honeycomb from your JavaScript application using Libhoney, Honeycomb's low-level st… - [Send Data with the OpenTelemetry JavaScript SDK](https://docs.honeycomb.io/send-data/javascript-nodejs/opentelemetry-sdk.md): Instrument your Node.js application with the OpenTelemetry JavaScript SDK and send traces, logs, and metrics… - [Send Data from Kubernetes](https://docs.honeycomb.io/send-data/kubernetes.md): Instrument your Kubernetes cluster with OpenTelemetry and send traces, logs, and metrics to Honeycomb to moni… - [Add Automatic Instrumentation (Low Code)](https://docs.honeycomb.io/send-data/kubernetes/opentelemetry/add-automatic-instrumentation.md): Install the OpenTelemetry Operator for Kubernetes to automatically inject instrumentation into your deployed… - [Send Data from Instrumented Code to Collectors](https://docs.honeycomb.io/send-data/kubernetes/opentelemetry/collect-instrumented-code.md): Configure your OpenTelemetry-instrumented applications to export telemetry to the Collectors running in your… - [OpenTelemetry's Kubernetes Components](https://docs.honeycomb.io/send-data/kubernetes/opentelemetry/components.md): Reference the OpenTelemetry Collector components used to gather data from Kubernetes, including receivers, pr… - [Create a Telemetry Pipeline](https://docs.honeycomb.io/send-data/kubernetes/opentelemetry/create-telemetry-pipeline.md): Set up an OpenTelemetry Collector pipeline for your Kubernetes cluster and start sending traces, logs, and me… - [Send Events with the Kubernetes Objects Receiver](https://docs.honeycomb.io/send-data/kubernetes/send-events-objects-receiver.md): Send Kubernetes Events to Honeycomb using the OpenTelemetry Kubernetes Objects Receiver, even if your applica… - [Send Logs with OpenTelemetry's Filelog Receiver](https://docs.honeycomb.io/send-data/kubernetes/send-logs-filelog-receiver.md): Send container logs from your Kubernetes cluster to Honeycomb using the OpenTelemetry Filelog Receiver, even… - [Send Logs from OpenTelemetry SDKs](https://docs.honeycomb.io/send-data/logs/opentelemetry/sdk.md): Configure an OpenTelemetry SDK to produce structured logs directly from your application and send them to Hon… - [Example: Send OpenTelemetry Logs with the OpenTelemetry .NET SDK](https://docs.honeycomb.io/send-data/logs/opentelemetry/sdk/dotnet.md): Configure the OpenTelemetry .NET SDK logger provider to send structured logs from your .NET application to Ho… - [Example: Send OpenTelemetry Logs with the OpenTelemetry Go SDK](https://docs.honeycomb.io/send-data/logs/opentelemetry/sdk/go.md): Configure the OpenTelemetry Go SDK to send structured logs from your Go application to Honeycomb or a Collect… - [Example: Send OpenTelemetry Logs with the OpenTelemetry Java SDK](https://docs.honeycomb.io/send-data/logs/opentelemetry/sdk/java.md): Configure the OpenTelemetry Java SDK or Java agent to intercept log messages from your logging framework and… - [Example: Send OpenTelemetry Logs with the OpenTelemetry JavaScript SDK](https://docs.honeycomb.io/send-data/logs/opentelemetry/sdk/javascript.md): Configure the OpenTelemetry JavaScript SDK to send structured logs from your JavaScript application to Honeyc… - [Example: Send OpenTelemetry Logs with the OpenTelemetry Python SDK](https://docs.honeycomb.io/send-data/logs/opentelemetry/sdk/python.md): Configure the OpenTelemetry Python SDK logger provider to send structured logs from your Python application t… - [Send Structured Logs with Honeytail](https://docs.honeycomb.io/send-data/logs/structured/honeytail.md): Tail, parse, and send existing structured log files to Honeycomb with Honeytail, Honeycomb's lightweight log… - [Send JSON Logs](https://docs.honeycomb.io/send-data/logs/structured/json.md): Ingest and backfill JSON log files into Honeycomb using Honeytail. Learn how Honeycomb handles nested JSON st… - [Send MySQL Logs](https://docs.honeycomb.io/send-data/logs/structured/mysql.md): Parse MySQL logs with Honeytail and send them to Honeycomb to analyze database query patterns, slow queries,… - [Send NGINX Logs](https://docs.honeycomb.io/send-data/logs/structured/nginx.md): Parse NGINX logs with Honeytail and send them to Honeycomb to analyze web traffic, request patterns, and serv… - [Send Other Webserver Logs](https://docs.honeycomb.io/send-data/logs/structured/other-webserver.md): Parse Apache, HAProxy, and other webserver logs with Honeytail using a customized NGINX parser configuration… - [Send PostgreSQL Logs](https://docs.honeycomb.io/send-data/logs/structured/postgresql.md): Parse PostgreSQL logs with Honeytail and send them to Honeycomb to analyze database query patterns, slow quer… - [Send Logs with the OpenTelemetry Collector](https://docs.honeycomb.io/send-data/logs/unstructured/collector.md): Use the OpenTelemetry Collector to collect, parse, and structure unstructured logs from Fluentd, AWS, Azure,… - [Send Unstructured Logs with Honeytail + Custom Regex](https://docs.honeycomb.io/send-data/logs/unstructured/honeytail-regex.md): Parse unstructured log files using custom regular expressions and Honeytail, then send the parsed events to H… - [Send Metrics to Honeycomb](https://docs.honeycomb.io/send-data/metrics.md): Send application and system metrics to Honeycomb and query them alongside your traces and logs. - [Send Application Metrics to Honeycomb](https://docs.honeycomb.io/send-data/metrics/application.md): Instrument your application with OpenTelemetry SDKs to create counters, histograms, and gauges, and send metr… - [Send System Metrics with the OpenTelemetry Collector](https://docs.honeycomb.io/send-data/metrics/system.md): Deploy the OpenTelemetry Collector as a host agent to collect system metrics on a regular interval and send t… - [Send Data from Applications](https://docs.honeycomb.io/send-data/opentelemetry.md): Instrument your applications with OpenTelemetry, the open-source standard for collecting telemetry, and send… - [Send Data with the OpenTelemetry Collector](https://docs.honeycomb.io/send-data/opentelemetry/collector.md): Deploy the OpenTelemetry Collector as a vendor-agnostic pipeline to gather traces, logs, and metrics from you… - [Group Logs by Pattern with the OpenTelemetry Drain Processor](https://docs.honeycomb.io/send-data/opentelemetry/collector/group-logs-by-pattern.md): Use the OpenTelemetry Collector drain processor to derive a template attribute on every log record, then grou… - [Handle Sensitive Information with the OpenTelemetry Collector](https://docs.honeycomb.io/send-data/opentelemetry/collector/handle-sensitive-information.md): Filter, redact, and hash PII, credit card numbers, and other sensitive data from your telemetry before it rea… - [Migrate Telemetry Schemas with the OpenTelemetry Schema Processor](https://docs.honeycomb.io/send-data/opentelemetry/collector/migrate-telemetry-schemas.md): Use the OpenTelemetry Collector schema processor to translate telemetry between schema versions, with migrati… - [Send Data to Honeycomb with Python](https://docs.honeycomb.io/send-data/python.md): Explore available methods for sending telemetry from your Python application to Honeycomb. - [Send Logs with Libhoney for Python](https://docs.honeycomb.io/send-data/python/libhoney.md): Send structured events to Honeycomb from your Python application using Libhoney, Honeycomb's low-level struct… - [Send Data with the OpenTelemetry Python SDK](https://docs.honeycomb.io/send-data/python/opentelemetry-sdk.md): Instrument your Python application with the OpenTelemetry Python SDK and send traces, logs, and metrics to Ho… - [Instrument React Native Applications with OpenTelemetry](https://docs.honeycomb.io/send-data/react-native.md): Instrument your React Native application with the Honeycomb OpenTelemetry React Native SDK to detect slow ren… - [Send Data to Honeycomb with Ruby](https://docs.honeycomb.io/send-data/ruby.md): Explore available methods for sending telemetry from your Ruby application to Honeycomb. - [Send Logs with Libhoney for Ruby](https://docs.honeycomb.io/send-data/ruby/libhoney.md): Send structured events to Honeycomb from your Ruby application using Libhoney, Honeycomb's low-level structur… - [Send Data with the OpenTelemetry Ruby SDK](https://docs.honeycomb.io/send-data/ruby/opentelemetry-sdk.md): Instrument your Ruby application with the OpenTelemetry Ruby SDK and send traces to Honeycomb. - [Add Context](https://docs.honeycomb.io/send-data/standardize/add-context.md): Add metadata to your traces using span annotations to capture additional context, attach performance metrics,… - [Add Custom Instrumentation](https://docs.honeycomb.io/send-data/standardize/add-custom-instrumentation.md): Extend automatic OpenTelemetry instrumentation with custom spans, attributes, and events to capture the speci… - [Map Your Data](https://docs.honeycomb.io/send-data/standardize/map-data.md): Map your dataset fields to Honeycomb's standard fields so trace waterfall views, log visualizations, and othe… - [Transform Your Data](https://docs.honeycomb.io/send-data/standardize/transform-data.md): Transform your data without making permanent changes to your dataset by defining calculated fields in Honeyco… - [Honeycomb Telemetry Pipeline](https://docs.honeycomb.io/send-data/telemetry-pipeline.md): Collect, refine, and route metrics, logs, and traces to any destination with the Honeycomb Telemetry Pipeline… - [Pipeline Manager Destinations](https://docs.honeycomb.io/send-data/telemetry-pipeline/destinations.md): Browse available destinations for the Honeycomb Telemetry Pipeline Manager to route telemetry data to Honeyco… - [AWS S3](https://docs.honeycomb.io/send-data/telemetry-pipeline/destinations/aws-s3.md) - [Azure Blob Storage](https://docs.honeycomb.io/send-data/telemetry-pipeline/destinations/azure-blob.md) - [Bindplane Gateway](https://docs.honeycomb.io/send-data/telemetry-pipeline/destinations/bindplane-gateway.md) - [Honeycomb](https://docs.honeycomb.io/send-data/telemetry-pipeline/destinations/honeycomb.md) - [Honeycomb](https://docs.honeycomb.io/send-data/telemetry-pipeline/destinations/honeycomb-enhance-indexing-s3.md): Export logs and traces to AWS S3 with automatic field indexing for efficient rehydration and querying in Hone… - [Honeycomb Refinery](https://docs.honeycomb.io/send-data/telemetry-pipeline/destinations/honeycomb-refinery.md) - [Enhance with Archive](https://docs.honeycomb.io/send-data/telemetry-pipeline/enhance.md): Store full-fidelity, unsampled telemetry in Amazon S3 and rehydrate it on-demand in Honeycomb for deep-dive i… - [Set Up an Amazon S3 Archive with AWS Console](https://docs.honeycomb.io/send-data/telemetry-pipeline/enhance/aws-console-setup.md): Use the AWS Management Console to configure your Amazon S3 bucket for trace and log rehydration in Honeycomb. - [Collector Export to Amazon S3 Archive](https://docs.honeycomb.io/send-data/telemetry-pipeline/enhance/collector-export-s3.md): Configure an OpenTelemetry Collector to export unsampled trace and log data to Amazon S3 with field-based ind… - [Set Up an Amazon S3 Archive with Terraform](https://docs.honeycomb.io/send-data/telemetry-pipeline/enhance/terraform-setup.md): Use Terraform to configure an Amazon S3 bucket for trace and log rehydration in Honeycomb. - [Install Pipeline Manager](https://docs.honeycomb.io/send-data/telemetry-pipeline/install.md): Set up the Honeycomb Telemetry Pipeline Manager to start collecting and routing telemetry from your infrastru… - [Pipeline Manager](https://docs.honeycomb.io/send-data/telemetry-pipeline/manager.md): Collect, refine, and route metrics, logs, and traces to any destination with Pipeline Manager, Honeycomb's en… - [Pipeline Manager Processors](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors.md): Browse processors for the Honeycomb Telemetry Pipeline Manager to transform, filter, and enrich telemetry bef… - [Add Fields](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/add-fields.md) - [Batch](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/batch.md) - [Coalesce](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/coalesce.md) - [Compute Metric Statistics](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/compute-metric-stats.md) - [Concat](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/concat.md) - [Copy Field](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/copy-field.md) - [Count Telemetry](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/count-telemetry.md) - [Custom](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/custom.md) - [Deduplicate Logs](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/deduplicate-logs.md) - [Delete Empty Values](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/delete-empty-values.md) - [Delete Fields](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/delete-fields.md) - [Resource Detection](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/detect-resource.md) - [Extract Metric](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/extract-metric.md) - [Filter by Condition](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/filter-by-condition.md) - [Filter by Field](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/filter-by-field.md) - [Filter HTTP Status](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/filter-by-http-status.md) - [Filter Metric Name](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/filter-by-metric-name.md) - [Filter by Regex](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/filter-by-regex.md) - [Filter Severity](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/filter-by-severity.md) - [Google SecOps Standardization](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/google-secops-standardization.md) - [Group by Attributes](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/group-by-attributes.md) - [Log Sampling](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/log-sampling.md) - [Lookup Fields](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/lookup-fields.md) - [Marshal](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/marshal.md) - [Mask Sensitive Data](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/mask-sensitive-data.md) - [Move Field](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/move-field.md) - [Parse CSV](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/parse-csv.md) - [Parse JSON](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/parse-json.md) - [Parse Key Value](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/parse-key-value.md) - [Parse with Regex](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/parse-regex.md) - [Parse Severity](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/parse-severity.md) - [Parse Timestamp](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/parse-timestamp.md) - [Parse XML](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/parse-xml.md) - [Processor Impact on Agent Performance](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/performance.md) - [Redact Sensitive Data](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/redact-sensitive-data.md) - [Rename Field](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/rename-field.md) - [Rename Metric](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/rename-metric.md) - [Resource Detection](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/resource-detection.md) - [Rewrite Timestamp](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/rewrite-timestamp.md) - [Split](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/split.md) - [Transform](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/transform.md) - [Unroll](https://docs.honeycomb.io/send-data/telemetry-pipeline/processors/unroll.md) - [Pipeline Manager Sources](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources.md): Browse available sources for the Honeycomb Telemetry Pipeline Manager to connect infrastructure, logs, metric… - [Active Directory](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/active-directory.md) - [Aerospike](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/aerospike.md) - [Apache Combined](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/apache-combined.md) - [Apache Common](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/apache-common.md) - [Apache HTTP](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/apache-http.md) - [Apache Spark](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/apache-spark.md) - [AWS Cloudwatch](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/aws-cloudwatch.md) - [AWS S3 Event](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/aws-s3-event.md) - [AWS S3 Rehydration](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/aws-s3-rehydration.md) - [Azure Blob Rehydration](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/azure-blob-rehydration.md) - [Azure Blob Storage](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/azure-blob-storage.md) - [Azure Event Hub](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/azure-event-hub.md) - [Cassandra](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/cassandra.md) - [Cisco ASA](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/cisco-asa.md) - [Cisco Catalyst](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/cisco-catalyst.md) - [Cisco Meraki](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/cisco-meraki.md) - [Cloudflare](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/cloudflare.md): Receive logs from Cloudflare LogPush jobs - [CockroachDB](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/cockroachdb.md) - [Common Event Format](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/common-event-format.md) - [Couchbase](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/couchbase.md) - [CouchDB](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/couchdb.md) - [Crowdstrike FDR](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/crowdstrike-fdr.md) - [CSV](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/csv.md) - [Custom](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/custom.md) - [Elasticsearch](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/elasticsearch.md) - [F5 BIG-IP](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/f5-big-ip.md) - [File](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/filelog.md) - [Filestats](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/filestats.md) - [Fluent Forward](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/fluent-forward.md) - [Google Cloud PubSub](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/google-cloud-pubsub.md) - [Google Cloud Storage Rehydration](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/google-cloud-storage-rehydration.md) - [Hadoop](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/hadoop.md) - [HAProxy](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/haproxy.md) - [HBase](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/hbase.md) - [Honeycomb Telemetry Pipeline](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/honeycomb-telemetry-pipeline.md) - [Honeycomb Telemetry Pipeline Agent](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/honeycomb-telemetry-pipeline-agent.md) - [Honeycomb Telemetry Pipeline Gateway](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/honeycomb-telemetry-pipeline-gateway.md) - [Host Metrics](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/host-metrics.md) - [HTTP Check](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/http-check.md) - [HTTP Log](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/http-log.md) - [JBoss](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/jboss.md) - [Journald](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/journald.md) - [JVM](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/jvm.md) - [Kafka Cluster](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kafka-cluster.md) - [Kafka Node](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kafka-node.md) - [Kafka OTLP](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kafka-otlp.md) - [Kubernetes Cluster Events](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kubernetes-cluster-events.md): Retrieve cluster events as logs - [Kubernetes Cluster Metrics](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kubernetes-cluster-metrics.md): Collect cluster level metrics from the Kubernetes API - [Kubernetes Container Logs](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kubernetes-container-logs.md): Read container logs from Kubernetes nodes - [Kubernetes Kubelet Metrics](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kubernetes-kubelet-metrics.md): 'Collector node, pod, container, and volume metrics from Kubernetes nodes' - [Kubernetes Prometheus Node](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/kubernetes-prometheus-metrics.md): Retrieve metrics from Kubernetes pods using service discovery - [Logstash](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/logstash.md) - [macOS](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/macos.md) - [macOS Unified Logging](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/macos-unified-logging.md) - [Microsoft 365](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/microsoft-365.md) - [Microsoft IIS](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/microsoft-iis.md) - [Microsoft SQL Server](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/microsoft-sql-server.md) - [MongoDB](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/mongodb.md) - [MongoDB Atlas](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/mongodb-atlas.md) - [MySQL](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/mysql.md) - [NetFlow](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/netflow.md) - [Nginx](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/nginx.md) - [Okta](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/okta.md): Collect System Logs from Okta - [OpenTelemetry (OTLP)](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/opentelemetry.md) - [Oracle Database](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/oracle-database.md) - [Packet Capture](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/packet-capture.md) - [PgBouncer](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/pgbouncer.md) - [PostgreSQL](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/postgresql.md) - [Prometheus](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/prometheus.md) - [RabbitMQ](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/rabbitmq.md) - [Redis](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/redis.md) - [SAP HANA](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/sap-hana.md) - [SAP NetWeaver](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/sap-netweaver.md) - [Solr](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/solr.md) - [Splunk (HEC)](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/splunk-hec.md) - [Splunk Search API](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/splunk-search-api.md) - [Splunk (TCP)](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/splunk-tcp.md) - [SQL Query](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/sql-query.md) - [StatsD](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/statsd.md) - [Syslog](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/syslog.md) - [TCP](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/tcp.md) - [Telemetry Generator](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/telemetry-generator.md) - [Tomcat](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/tomcat.md) - [Ubiquiti](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/ubiquiti.md) - [UDP](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/udp.md) - [VMware ESXi](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/vmware-esxi.md) - [VMware vCenter](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/vmware-vcenter.md) - [W3C](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/w3c.md) - [WildFly](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/wildfly.md) - [Windows DHCP](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/windows-dhcp.md) - [Windows Event Trace (ETW)](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/windows-event-trace-etw.md) - [Windows Events](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/windows-events.md) - [ZooKeeper](https://docs.honeycomb.io/send-data/telemetry-pipeline/sources/zookeeper.md) - [Instrumenting AI Agents](https://docs.honeycomb.io/send-data/use-cases/agents.md): Track input prompts, responses, token usage, tool calls, and agent invocations using OpenTelemetry. - [Monitor Anthropic Usage & Cost](https://docs.honeycomb.io/send-data/use-cases/anthropic-usage-monitoring.md): Monitor Anthropic API token consumption, feature usage, and cost attribution in real time using a custom Open… - [Monitor LLM-Powered Applications](https://docs.honeycomb.io/send-data/use-cases/llm.md): Instrument LLM-powered applications with OpenTelemetry and send telemetry to Honeycomb to monitor model behav… - [Text to JSON Quick Start](https://docs.honeycomb.io/send-data/use-cases/llm/text-to-json-quickstart.md): Instrument a text-to-JSON LLM workflow with OpenTelemetry and send telemetry to Honeycomb to observe model in… - [Troubleshoot: Overview](https://docs.honeycomb.io/troubleshoot.md): Find solutions to common issues, get customer support, track recommended migrations, and stay up to date on p… - [Common Issues with Honeycomb Alerts](https://docs.honeycomb.io/troubleshoot/common-issues/alerts.md): Troubleshoot common problems with Honeycomb SLOs and Triggers, including misconfigured thresholds, missing no… - [Common Issues with Configuring Honeycomb](https://docs.honeycomb.io/troubleshoot/common-issues/configuring-honeycomb.md): Troubleshoot common problems with configuring Honeycomb Environments, Datasets, and Teams, including access i… - [Common Issues with Data in Honeycomb](https://docs.honeycomb.io/troubleshoot/common-issues/data-in-honeycomb.md): Troubleshoot common data ingest problems in Honeycomb, including missing events, unexpected field values, and… - [Common Issues with Integrations](https://docs.honeycomb.io/troubleshoot/common-issues/integrations.md): Troubleshoot common problems with Honeycomb integrations, including AWS, Terraform, webhook delivery, and thi… - [Common Issues when Investigating](https://docs.honeycomb.io/troubleshoot/common-issues/investigating.md): Troubleshoot common problems with Honeycomb's investigation tools, including trace views, BubbleUp, Correlati… - [Common Issues with Queries](https://docs.honeycomb.io/troubleshoot/common-issues/queries.md): Troubleshoot common problems with Query Builder, Query Assistant, and Calculated Fields, including unexpected… - [Common Issues with Honeycomb Refinery](https://docs.honeycomb.io/troubleshoot/common-issues/refinery.md): Troubleshoot common Refinery problems, including configuration errors, sampling rule issues, cluster connecti… - [Common Issues with Sending Data to Honeycomb](https://docs.honeycomb.io/troubleshoot/common-issues/sending-data.md): Troubleshoot common problems when sending data to Honeycomb, including authentication errors, missing telemet… - [Common Issues with Visualization](https://docs.honeycomb.io/troubleshoot/common-issues/visualization.md): Troubleshoot common problems with Honeycomb Home, Board Templates, Service Map, and other visualization featu… - [Honeycomb Community](https://docs.honeycomb.io/troubleshoot/community.md): Expand your network, find opportunities for speaking and writing about observability, and connect on using Ho… - [Customer Support](https://docs.honeycomb.io/troubleshoot/customer-support.md): Get help with Honeycomb through the Support Knowledge Base, the Pollinators Community, or by contacting the H… - [Early Access & Beta Experiences](https://docs.honeycomb.io/troubleshoot/product-lifecycle/experimental-features.md): Try experimental features before general release through Honeycomb's Early Access and Beta programs, and give… - [Migration Process](https://docs.honeycomb.io/troubleshoot/product-lifecycle/migration-process.md): Understand Honeycomb's migration process and find out what to expect from Honeycomb during a migration. - [Recommended Migrations](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations.md): Review Honeycomb's recommended migrations, understand their impact, and access resources to help you migrate. - [Migrate from Beelines to OpenTelemetry](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-beelines.md): Replace Honeycomb Beelines with OpenTelemetry instrumentation to avoid end-of-life SDKs and gain vendor-agnos… - [Beeline for Go Reference](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-beelines/go.md): Reference documentation for Beeline for Go, Honeycomb's legacy auto-instrumentation SDK. Beelines reached end… - [Beeline for Java Reference](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-beelines/java.md): Reference documentation for Beeline for Java, Honeycomb's legacy auto-instrumentation SDK. Beelines reached e… - [Beeline for Node.js Reference](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-beelines/nodejs.md): Reference documentation for Beeline for Node.js, Honeycomb's legacy auto-instrumentation SDK. Beelines reache… - [Beeline for Python Reference](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-beelines/python.md): Reference documentation for Beeline for Python, Honeycomb's legacy auto-instrumentation SDK. Beelines reached… - [Beeline for Ruby Reference](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-beelines/ruby.md): Reference documentation for Beeline for Ruby, Honeycomb's legacy auto-instrumentation SDK. Beelines reached e… - [Migrate from Honeycomb Classic to Environments](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-classic.md): Move from Honeycomb Classic datasets to the current Environments data model, and take advantage of services a… - [Migrate from Honeycomb OTel Distributions to OpenTelemetry](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-distributions.md): Replace Honeycomb OpenTelemetry Distributions with the official OpenTelemetry SDKs to reduce vendor dependenc… - [Send Data with the Honeycomb Distribution for .NET](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-distributions/dotnet/honeycomb-distribution.md): Reference documentation for the Honeycomb Distribution for .NET, a deprecated wrapper for the OpenTelemetry .… - [Send Data with the Honeycomb Distribution for Go](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-distributions/go/honeycomb-distribution.md): Reference documentation for the Honeycomb Distribution for Go, a deprecated wrapper for the OpenTelemetry Go… - [Send Data with the Honeycomb Distribution for Java](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-distributions/java/honeycomb-distribution.md): Reference documentation for the Honeycomb Distribution for Java, a deprecated wrapper for the OpenTelemetry J… - [Send Data with Honeycomb Distribution for Node.js](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-distributions/javascript-nodejs/honeycomb-distribution.md): Reference documentation for the Honeycomb Distribution for Node.js, a deprecated wrapper for the OpenTelemetr… - [Send Data with the Honeycomb Distribution for Python](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-distributions/python/honeycomb-distribution.md): Reference documentation for the Honeycomb Distribution for Python, a deprecated wrapper for the OpenTelemetry… - [Honeycomb Kubernetes Agent Reference](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-from-honeycomb-kubernetes-agent/honeycomb-kubernetes-agent.md): Reference documentation for the Honeycomb Kubernetes Agent, currently in maintenance. For new Kubernetes inte… - [Migrate to Flexible Boards](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-to-flexible-boards.md): Migrate your existing Honeycomb Boards to the Flexible Boards format using the UI, API, or Terraform. Legacy… - [Migrate to Stabilized OpenTelemetry HTTP Semantic Conventions](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-to-opentelemetry-semantic-conventions.md): Update your instrumentation to the stable OpenTelemetry HTTP semantic conventions to avoid breaking changes i… - [OpenTelemetry HTTP Semantic Conventions Compatibility](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/migrate-to-opentelemetry-semantic-conventions/compatibility.md): Check whether your OpenTelemetry instrumentation packages use the stable HTTP semantic conventions or the old… - [Upgrading Refinery](https://docs.honeycomb.io/troubleshoot/product-lifecycle/recommended-migrations/upgrade-refinery.md): Upgrade Refinery across major versions to access new features and improvements. Use the configuration convers… - [Release Stages](https://docs.honeycomb.io/troubleshoot/product-lifecycle/release-stages.md): Find out how Honeycomb stages, releases, and retires product functionality, from Early Access and Beta throug… - [Supported Product Versions](https://docs.honeycomb.io/troubleshoot/product-lifecycle/supported-versions.md): Check which versions of Honeycomb SDKs, agents, and tools are actively supported, in maintenance, or approach… - [UI Changelog](https://docs.honeycomb.io/ui-changelog.md) ## OpenAPI Specs - [openapi-public](https://docs.honeycomb.io/api/openapi-public.yaml) ## Optional - [Blog](https://www.honeycomb.io/blog) - [Honeycomb Academy](https://academy.honeycomb.io/)