Skip to content
This repository has been archived by the owner on Dec 23, 2023. It is now read-only.

Stats/Prometheus: export data using metrics API #1509

Merged
merged 2 commits into from
Oct 25, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions buildscripts/import-control.xml
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ General guidelines on imports:
<allow pkg="io.opencensus.exporter.stats.prometheus"/>
<allow pkg="io.opencensus.trace"/>
<allow pkg="io.prometheus.client"/>
<allow pkg="io.opencensus.metrics"/>
</subpackage>
<subpackage name="signalfx">
<allow pkg="com.signalfx"/>
Expand Down
Loading