prometheus / OpenMetrics

Evolving the Prometheus exposition format into a standard.
https://openmetrics.io
Apache License 2.0
2.37k stars 171 forks source link

Fix generation of RFC text #274

Closed krajorama closed 2 months ago

krajorama commented 2 months ago

The generation described in specification/README.md fails with falling back to remote xml2rfc processing (web service) HTTP response: 301, ... The service was moved.

Use Ruby bundle update to refresh the dependencies (Gemfile.lock) Fix the error and a warning: Remote Error: xml2rfc error: (10) Missing ipr attribute on element. Warning: (729) Too long line found (L1537), 2 characters longer than 72 characters:

Remaining warnings: Warning: (10) Expected a valid submissionType (stream) setting, one of IETF, IAB, IRTF, independent, editorial, but found None. Will use 'IETF' Warning: (1209) Unused reference: There seems to be no reference to [RFC5234] in the document Warning: (729) Artwork too wide, reducing indentation from 3 to 0 Warning: (727) Section too wide, reducing indentation from 0 to 0 Warning: (708) Section too wide, reducing indentation from 0 to 0 Warning: (269) Section too wide, reducing indentation from 0 to 0 Warning: (49) Middle too wide, reducing indentation from 0 to 0 Warning: (288) Too long line found (L715), 1 characters longer than 72 characters:

RichiH commented 2 months ago

Thanks!