prometheus / prometheus/common

Allow MetricFamilyToText to omit Type information if specified

Open
#401 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Go
Stars
295
Forks
367
Avg merge
2d 10h
Merged PRs (30d)
18

Description

Similar to HELP, it would be nice to have the option to toggle TYPE being included

	// Comments, first HELP, then TYPE.
	if in.Help != nil {
        }

Some context: https://github.com/influxdata/telegraf/pull/11417

Note: I would like to make this contribution 🙂

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Search the Go repository for MetricFamilyToText and inspect the existing HELP handling where comments are emitted. Add an option that controls whether TYPE information is included, then verify that the default behavior is preserved and the requested omission works.

Written by the indexing model from the issue text.

Assessment

Tech stack
go
Domain
observability-sre
Issue type
Feature
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.