/**
 * Recipe: scrape-endpoint
 *
 * Scrapes Prometheus metrics from any HTTP endpoint.
 * The most common recipe — covers any app that exposes /metrics.
 *
 * Generated Alloy pipeline:
 *   prometheus.scrape → prometheus.remote_write
 */
import type { PipelineRecipe } from "../types.js";
declare const recipe: PipelineRecipe;
export default recipe;
