Add prometheus-metrics-model 0.6.2.envoy bzlmod module#3703
Draft
Add prometheus-metrics-model 0.6.2.envoy bzlmod module#3703
Conversation
✅ Deploy Preview for nifty-bassi-e26446 ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add new bzlmod module for Prometheus metrics model
Add prometheus-metrics-model 0.6.2.envoy to bazel-registry
Feb 5, 2026
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
Add prometheus-metrics-model 0.6.2.envoy to bazel-registry
Fix protobuf well-known type visibility in prometheus-metrics-model
Feb 5, 2026
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
Fix protobuf well-known type visibility in prometheus-metrics-model
Add prometheus-metrics-model 0.6.2.envoy to bazel-registry
Feb 5, 2026
Co-authored-by: phlax <454682+phlax@users.noreply.github.com>
Copilot
AI
changed the title
Add prometheus-metrics-model 0.6.2.envoy to bazel-registry
Add prometheus-metrics-model 0.6.2.envoy bzlmod module
Feb 5, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds bzlmod registry entry for Envoy's
prometheus_metrics_modeldependency. The upstream prometheus/client_model v0.6.2 lacks Bazel support, requiring an overlay.Target naming
Replicates Envoy's
api_cc_py_proto_library(name="X")macro convention:This naming allows Envoy API's proto_library to depend on our proto_library (requires ProtoInfo provider) while C++ consumers can use the cc_proto_library.
Protobuf well-known types
References
@protobuf//:timestamp_proto(public alias) instead of@protobuf//src/google/protobuf:timestamp_proto(restricted visibility).Module structure
prometheus-metrics-modelversion0.6.2.envoyprometheus_metrics_modelprotobuf33.4.envoyOriginal prompt
This pull request was created from Copilot chat.
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.