File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 0.1.0 / 2014-08-13
2
+ * [ FEATURE] When being scraped, metrics of the same name but with different
3
+ job/instance label are now merged into one metric family.
4
+ * [ FEATURE] Added Dockerfile.
5
+ * [ CHANGE] Default HTTP port now 9091.
6
+ * [ BUGFIX] Fixed parsing of content-type header.
7
+ * [ BUGFIX] Fixed race condition in handlers.
8
+ * [ PERFORMANCE] Replaced Martini with Httprouter.
9
+ * [ ENHANCEMENT] Migrated to new client_golang.
10
+ * [ ENHANCEMENT] Made internal metrics more consistent.
11
+ * [ ENHANCEMENT] Added http instrumentation.
12
+
Original file line number Diff line number Diff line change 11
11
# See the License for the specific language governing permissions and
12
12
# limitations under the License.
13
13
14
- VERSION := 0.0.2
14
+ VERSION := 0.1.0
15
15
16
16
TARGET := pushgateway
17
17
You can’t perform that action at this time.
0 commit comments