changed README.md
 
@@ -1,6 1,6 @@
1
1
# New Relic's Open Source Elixir Agent
2
2
3
- [![Version](https://img.shields.io/github/tag/newrelic/elixir_agent.svg)](https://github.com/newrelic/elixir_agent/releases)
3
[![Hex.pm Version](https://img.shields.io/hexpm/v/new_relic_agent.svg)](https://hex.pm/packages/new_relic_agent)
4
4
[![Build Status](https://travis-ci.org/newrelic/elixir_agent.svg?branch=master)](https://travis-ci.org/newrelic/elixir_agent)
5
5
[![License](https://img.shields.io/badge/license-Apache 2-blue.svg)](https://github.com/newrelic/elixir_agent/blob/master/LICENSE)
changed VERSION
 
@@ -1 1 @@
1
- 1.0.1
1
1.0.2
changed hex_metadata.config
 
@@ -89,4 89,4 @@
89
89
{<<"optional">>,false},
90
90
{<<"repository">>,<<"hexpm">>},
91
91
{<<"requirement">>,<<"~> 1.6">>}]]}.
92
- {<<"version">>,<<"1.0.1">>}.
92
{<<"version">>,<<"1.0.2">>}.
changed lib/new_relic/harvest/collector/metric_data.ex
 
@@ -97,6 97,10 @@ defmodule NewRelic.Harvest.Collector.MetricData do
97
97
name: "Supportability/Elixir/Collector/HarvestSize/#{inspect(harvester)}",
98
98
call_count: harvest_size
99
99
},
100
%Metric{
101
name: "Supportability/Elixir/Harvest",
102
call_count: 1
103
},
100
104
%Metric{
101
105
name: "Supportability/Harvest",
102
106
call_count: 1