Skip to content

Commit

Permalink
✨ feat(autoinstrumentation): prometheus expoter (#3138)
Browse files Browse the repository at this point in the history
* ✨ feat(autoinstrumentation): prometheus expoter

promethues exporter used for python metrics

* 📃 docs(project): prometheus exporter

add python prometheus exporter enhancement

* 📃 docs(doc): changelog

Desc Python Automatic Instrumentation support for prometheus exporter

* remove issues's '#'  for CI

* Add Prometheus exporter to Python auto-instrumentation

* change issues
  • Loading branch information
halleystar authored Jul 18, 2024
1 parent a9251b3 commit 154719b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .chloggen/feat_python-prometheus-exporter.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
change_type: enhancement

# The name of the component, or a single word describing the area of concern, (e.g. collector, target allocator, auto-instrumentation, opamp, github action)
component: auto-instrumentation

# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
note: Add Prometheus exporter to Python auto-instrumentation

# One or more tracking issues related to the change
issues: [3122]

# (Optional) One or more lines of additional information to render under the primary note.
# These lines will be padded with 2 spaces and then inserted directly into the document.
# Use pipe (|) for multiline entries.
subtext:
1 change: 1 addition & 0 deletions autoinstrumentation/python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ opentelemetry-distro==0.46b0
# We don't use the distro[otlp] option which automatically includes exporters since gRPC is not appropriate for
# injected auto-instrumentation, where it has a strict dependency on the OS / Python version the artifact is built for.
opentelemetry-exporter-otlp-proto-http==1.25.0
opentelemetry-exporter-prometheus==0.46b0

opentelemetry-propagator-b3==1.25.0
opentelemetry-propagator-jaeger==1.25.0
Expand Down

0 comments on commit 154719b

Please sign in to comment.