Skip to content
Skillv1.0.0

metricsgenreceiver

Follow `CONTRIBUTING.md` for the canonical contributor guidance, especially for built-in scenario authoring.

by elastic(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from elastic/metricsgenreceiver (AGENTS.md). Install upstream with npx skills add elastic/metricsgenreceiver. Copyright stays with the author.

AGENTS

Follow CONTRIBUTING.md for the canonical contributor guidance, especially for built-in scenario authoring.

Repo-specific execution notes:

  • The Go module root is metricsgenreceiver.
  • Built-in scenarios live under metricsgenreceiver/internal/metricstmpl/builtin/.
  • When changing a built-in scenario, also check:
    • README.md
    • metricsgenreceiver/receiver_test.go
    • metricsgenreceiver/internal/metricstmpl/scenario_quality_test.go
  • Prefer the repo-root test entry point:
make test

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/elastic-metricsgenreceiver-metricsgenreceiver/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

elastic-metricsgenreceiver-metricsgenreceiver.ocm.jsonjson
{
  "ocm": "1",
  "id": "elastic-metricsgenreceiver-metricsgenreceiver",
  "kind": "skill",
  "name": "metricsgenreceiver",
  "description": "Follow `CONTRIBUTING.md` for the canonical contributor guidance, especially for built-in scenario authoring.",
  "publisher": "elastic",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "general"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Follow `CONTRIBUTING.md` for the canonical contributor guidance, especially for built-in scenario authoring."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/elastic/metricsgenreceiver",
      "path": "AGENTS.md",
      "ref": "fb85d7868478b674f3b256a503f13f47258e7674",
      "url": "https://github.com/elastic/metricsgenreceiver/blob/fb85d7868478b674f3b256a503f13f47258e7674/AGENTS.md",
      "key": "elastic/metricsgenreceiver/AGENTS.md"
    }
  },
  "instructions": "# AGENTS\n\nFollow `CONTRIBUTING.md` for the canonical contributor guidance, especially for built-in scenario authoring.\n\nRepo-specific execution notes:\n\n- The Go module root is `metricsgenreceiver`.\n- Built-in scenarios live under `metricsgenreceiver/internal/metricstmpl/builtin/`.\n- When changing a built-in scenario, also check:\n  - `README.md`\n  - `metricsgenreceiver/receiver_test.go`\n  - `metricsgenreceiver/internal/metricstmpl/scenario_quality_test.go`\n- Prefer the repo-root test entry point:\n\n```bash\nmake test\n```",
  "cost": {
    "context_tokens": 130
  }
}

Fetch it by URL: GET /api/v1/registry/elastic-metricsgenreceiver-metricsgenreceiver/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.