spec/elastic_apm/transport/serializers/metricset_serializer_spec.rb [50:62]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              )
            end

            it 'matches' do
              expect(result).to match(
                metricset: {
                  timestamp: Integer,
                  samples: {
                    'transaction.breakdown.count': { value: 1 }
                  },
                  transaction: {
                    name: 'txn',
                    type: 'app'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



spec/elastic_apm/transport/serializers/metricset_serializer_spec.rb [75:87]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
              )
            end

            it 'matches' do
              expect(result).to match(
                metricset: {
                  timestamp: Integer,
                  samples: {
                    'transaction.breakdown.count': { value: 1 }
                  },
                  transaction: {
                    name: 'txn',
                    type: 'app'
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



